Skip to content

Commit db82f8b

Browse files
committed
tip on cargo watch
1 parent 663eeb6 commit db82f8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust/Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
lint:
22
cargo fmt
33
cargo clippy --fix --allow-dirty
4+
5+
# Tip use this in VSCode terminal to get instant feedback on tests.
6+
# watch:
7+
# cargo watch --clear --shell "cargo test --test isogram --quiet"

0 commit comments

Comments
 (0)