This commit is contained in:
Junkui Zhang
2025-05-07 14:08:39 +08:00
parent 2d531fab6a
commit fa54137c05
2 changed files with 5 additions and 5 deletions

View File

@@ -20,4 +20,4 @@ runs:
- name: Run tests
shell: bash -euxo pipefail {0}
run: xvfb-run --auto-servernum cargo nextest run --workspace --no-fail-fast
run: xvfb-run cargo nextest run --workspace --no-fail-fast

View File

@@ -290,10 +290,10 @@ jobs:
mkdir -p ./../.cargo
cp ./.cargo/ci-config.toml ./../.cargo/config.toml
- name: Start xvfb
run: |
export DISPLAY=:99
Xvfb :99 -screen 0 1024x768x24 &
# - name: Start xvfb
# run: |
# export DISPLAY=:99
# Xvfb :99 -screen 0 1024x768x24 &
- name: cargo clippy
run: ./script/clippy