We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
just watch-ci
1 parent d00da87 commit 5cc6ec2Copy full SHA for 5cc6ec2
justfile
@@ -40,3 +40,6 @@ watch-check-short:
40
41
watch-test:
42
cargo watch --clear --why --shell 'just test'
43
+
44
+watch-ci:
45
+ cargo watch --clear --why --shell 'just ci'
0 commit comments