Skip to content

Commit

Permalink
[ci] run nextest with --no-tests=pass
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Dec 16, 2024
1 parent ef3b510 commit f880b2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ run_nextest() {
check_cargo_hack

echo_err "Running non-doc tests"
run_cargo_hack nextest run --all-targets
# Some configurations of cargo-hack cause no tests to be run. This is expected.
run_cargo_hack nextest run --all-targets --no-tests=pass
}

run_nextest_all_features() {
Expand Down

0 comments on commit f880b2a

Please sign in to comment.