Add --no-fail-fast to CI

This commit is contained in:
Connor Fitzgerald 2021-07-28 00:57:10 -04:00
parent ebf049bcee
commit b2080bf2ad
No known key found for this signature in database
GPG Key ID: 7D3FA445BAD3008D

View File

@ -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