From 6c79b71d8775ed3115ef296d99715a7d7dca4023 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Thu, 1 Jul 2021 23:38:28 -0400 Subject: [PATCH] Mention --no-fail-fast in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fa927d96c..76e7f74ce3 100644 --- a/README.md +++ b/README.md @@ -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 +cargo test --example --no-fail-fast ``` Or run a part of the integration test suite: