ci: disable nextest failfast

This commit is contained in:
Eliza Weisman
2024-08-12 13:23:23 -07:00
parent 1064b29f94
commit ed03ae90a9
+1 -1
View File
@@ -38,7 +38,7 @@ banner build
ptime -m cargo test --no-run --all --verbose --features full
banner tests
ptime -m cargo nextest run --features full
ptime -m cargo nextest run --features full --no-fail-fast
banner doctests
ptime -m cargo test --doc --verbose --features full