Skip to content

Commit 0c1b396

Browse files
rchaser53topecongiro
authored andcommitted
fix how to test rustfmt (#4000)
1 parent 6779a94 commit 0c1b396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ for more info.
148148
149149
`cargo build` to build.
150150

151-
`cargo test` to run all tests.
151+
`cargo test && cargo test --manifest-path rustfmt-core/Cargo.toml` to run all tests.
152152

153153
To run rustfmt after this, use `cargo run --bin rustfmt -- filename`. See the
154154
notes above on running rustfmt.

0 commit comments

Comments
 (0)