We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ce0c6 commit ecfb666Copy full SHA for ecfb666
cargo-watch-all-tests.fish
@@ -11,7 +11,7 @@
11
# cargo watch -x check -x 'test -q --color always' -c -q
12
13
# rm -rf target
14
-RUST_BACKTRACE=1 cargo watch -x check -x 'ltest -q --color always' -c -q
+RUST_BACKTRACE=1 cargo watch -x check -x 'test -q --color always' -c -q
15
16
# cargo test -q --color always
17
# cargo test --package rust_book --bin rust_book --all-features -- data_structures::tree::test_node --exact --nocapture
0 commit comments