Skip to content

Commit ed03ae9

Browse files
committed
ci: disable nextest failfast
1 parent 1064b29 commit ed03ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/buildomat/jobs/test-full.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ banner build
3838
ptime -m cargo test --no-run --all --verbose --features full
3939

4040
banner tests
41-
ptime -m cargo nextest run --features full
41+
ptime -m cargo nextest run --features full --no-fail-fast
4242

4343
banner doctests
4444
ptime -m cargo test --doc --verbose --features full

0 commit comments

Comments
 (0)