We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ef814 commit b0230d5Copy full SHA for b0230d5
1 file changed
Justfile
@@ -14,7 +14,7 @@ doc:
14
15
# run test suite
16
test *args:
17
- tt run {{ args }}
+ tt run --no-fail-fast {{ args }}
18
19
# update test cases
20
update *args:
0 commit comments