mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 08:13:27 +00:00
Fix instruction to run example test in README. (#2868)
This commit is contained in:
parent
2ce1318c8c
commit
4add620d37
@ -146,7 +146,7 @@ cargo run --bin wgpu-info -- cargo nextest run --no-fail-fast
|
||||
Then to run an example's image comparison tests, run:
|
||||
|
||||
```
|
||||
cargo nextest run --example <example-name> --no-fail-fast
|
||||
cargo nextest run <example-test-name> --no-fail-fast
|
||||
```
|
||||
|
||||
Or run a part of the integration test suite:
|
||||
|
Loading…
Reference in New Issue
Block a user