mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +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:
|
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:
|
Or run a part of the integration test suite:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user