Skip to content

Commit 5cc6ec2

Browse files
committedJun 24, 2024·
misc: ➕ just watch-ci watches all checks
1 parent d00da87 commit 5cc6ec2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎justfile

+3
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ watch-check-short:
4040

4141
watch-test:
4242
cargo watch --clear --why --shell 'just test'
43+
44+
watch-ci:
45+
cargo watch --clear --why --shell 'just ci'

0 commit comments

Comments
 (0)