Skip to content

Commit b0230d5

Browse files
committed
run all tests to completion even when some have already failed
1 parent 71ef814 commit b0230d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doc:
1414

1515
# run test suite
1616
test *args:
17-
tt run {{ args }}
17+
tt run --no-fail-fast {{ args }}
1818

1919
# update test cases
2020
update *args:

0 commit comments

Comments
 (0)