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