tests: fix typo in build test instructions (#7004)

This commit is contained in:
leopardracer
2024-12-03 13:11:36 +00:00
committed by GitHub
parent 4bc5a1a058
commit af9c683d52
+1 -1
View File
@@ -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.