This commit is contained in:
Junkui Zhang
2025-05-07 11:38:09 +08:00
parent 4e46aa5057
commit f4a24167fd
2 changed files with 4 additions and 4 deletions

View File

@@ -20,4 +20,6 @@ runs:
- name: Run tests
shell: bash -euxo pipefail {0}
run: cargo nextest run --workspace --no-fail-fast
run: |
export DISPLAY=:99
cargo nextest run --workspace --no-fail-fast

View File

@@ -299,9 +299,7 @@ jobs:
run: ./script/clippy
- name: Run tests
uses: |
export DISPLAY=:99
./.github/actions/run_tests
uses: ./.github/actions/run_tests
- name: Build other binaries and features
run: |