Skip to content

Commit ecfb666

Browse files
committed
Update fish scripts
1 parent a4ce0c6 commit ecfb666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-watch-all-tests.fish

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# cargo watch -x check -x 'test -q --color always' -c -q
1212

1313
# rm -rf target
14-
RUST_BACKTRACE=1 cargo watch -x check -x 'ltest -q --color always' -c -q
14+
RUST_BACKTRACE=1 cargo watch -x check -x 'test -q --color always' -c -q
1515

1616
# cargo test -q --color always
1717
# cargo test --package rust_book --bin rust_book --all-features -- data_structures::tree::test_node --exact --nocapture

0 commit comments

Comments
 (0)