Skip to content

Commit

Permalink
tests: fix typo in build test instructions (#7004)
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardracer authored Dec 3, 2024
1 parent 4bc5a1a commit af9c683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit af9c683

Please sign in to comment.