Skip to content

Commit

Permalink
Bring back --no-tests=warn when needed justfile
Browse files Browse the repository at this point in the history
This was temporarily removed to verify that we no longer need to
set `NEXTEST_NO_TESTS` to `fail` explicitly in `ci.yml` to get that
failing behavior, now that it is implied starting in
`cargo-nextest` version 0.9.85.

It is now brought back, so that we do not get that error in the one
place where we know there are no test cases yet do tell `nextest`
to run tests.
  • Loading branch information
EliahKagan committed Nov 28, 2024
1 parent 0384a4c commit 5f1fa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ unit-tests:
cargo nextest run -p gix --no-default-features --features basic,extras,comfort,need-more-recent-msrv
cargo nextest run -p gix --features async-network-client
cargo nextest run -p gix --features blocking-network-client
cargo nextest run -p gitoxide-core --lib
cargo nextest run -p gitoxide-core --lib --no-tests=warn

# These tests aren't run by default as they are flaky (even locally)
unit-tests-flaky:
Expand Down

0 comments on commit 5f1fa6c

Please sign in to comment.