From 4add620d37addaf4006961c9e9d3d3486db7be9e Mon Sep 17 00:00:00 2001 From: Nicholas Rishel Date: Sun, 10 Jul 2022 15:18:01 -0700 Subject: [PATCH] Fix instruction to run example test in README. (#2868) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 254c29d9c..12c745978 100644 --- a/README.md +++ b/README.md @@ -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 --no-fail-fast +cargo nextest run --no-fail-fast ``` Or run a part of the integration test suite: