mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Add --no-fail-fast to CI
This commit is contained in:
parent
ebf049bcee
commit
b2080bf2ad
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -163,7 +163,7 @@ jobs:
|
||||
cargo test --target ${{ matrix.target }} -p player -- --nocapture
|
||||
|
||||
# run coretests
|
||||
cargo run --target ${{ matrix.target }} --bin wgpu-info -- cargo test --target ${{ matrix.target }} -p wgpu -- --nocapture --test-threads=1 # GLES is currently non-multithreadable
|
||||
cargo run --target ${{ matrix.target }} --bin wgpu-info -- cargo test --target ${{ matrix.target }} -p wgpu --no-fail-fast -- --nocapture --test-threads=1 # GLES is currently non-multithreadable
|
||||
|
||||
fmt:
|
||||
name: Format
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user