Fix instruction to run example test in README. (#2868)

This commit is contained in:
Nicholas Rishel 2022-07-10 15:18:01 -07:00 committed by GitHub
parent 2ce1318c8c
commit 4add620d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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