Skip to content

Commit 7a5a538

Browse files
A typo [ci skip]
1 parent bf2c5e8 commit 7a5a538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ all tests in a specific module.
5353
Property-based tests are written using [proptest](https://docs.rs/proptest/latest/proptest/) and
5454
use a naming convention: they begin with `prop_`.
5555

56-
To run the property-based tests specifically, use `cargo nextest run --all-features -- --show-output`.
56+
To run the property-based tests specifically, use `cargo nextest run --all-features 'prop_'`.
5757

5858
## Source of Domain Knowledge
5959

0 commit comments

Comments
 (0)