mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Mention --no-fail-fast in readme
This commit is contained in:
@@ -41,7 +41,7 @@ wgpu features a set of unit, integration, and example based tests. All framework
|
||||
To run the test suite, run the following command:
|
||||
|
||||
```
|
||||
cargo run --bin wgpu-info -- cargo test
|
||||
cargo run --bin wgpu-info -- cargo test --no-fail-fast
|
||||
```
|
||||
|
||||
To run any individual test on a specific adapter, populate the following environment variables:
|
||||
@@ -51,7 +51,7 @@ To run any individual test on a specific adapter, populate the following environ
|
||||
Then to run an example's reftests, run:
|
||||
|
||||
```
|
||||
cargo test --example <example-name>
|
||||
cargo test --example <example-name> --no-fail-fast
|
||||
```
|
||||
|
||||
Or run a part of the integration test suite:
|
||||
|
||||
Reference in New Issue
Block a user