From ed03ae90a97f832a7571d14ce3cc6354a12d213f Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Mon, 12 Aug 2024 13:23:23 -0700 Subject: [PATCH] ci: disable nextest failfast --- .github/buildomat/jobs/test-full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/buildomat/jobs/test-full.sh b/.github/buildomat/jobs/test-full.sh index 40f9920c6..e335aeeb5 100644 --- a/.github/buildomat/jobs/test-full.sh +++ b/.github/buildomat/jobs/test-full.sh @@ -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