From af9c683d52415bf01709197778d49eec1ff78c44 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:11:36 +0200 Subject: [PATCH] tests: fix typo in build test instructions (#7004) --- tests-build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-build/README.md b/tests-build/README.md index b6b54d23e..68d92ace0 100644 --- a/tests-build/README.md +++ b/tests-build/README.md @@ -6,5 +6,5 @@ To run all of the tests in this directory, run the following commands: cargo test --features full cargo test --features rt ``` -If one of the tests fail, you can pass `TRYBUILD=overwrite` to the `cargo test` +If any of the tests fail, you can pass `TRYBUILD=overwrite` to the `cargo test` command that failed to have it regenerate the test output.