test
This commit is contained in:
2
.github/actions/run_tests/action.yml
vendored
2
.github/actions/run_tests/action.yml
vendored
@@ -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
|
||||
|
||||
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user