Skip to content

Commit 5f1fa6c

Browse files
committed
Bring back --no-tests=warn when needed justfile
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.
1 parent 0384a4c commit 5f1fa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ unit-tests:
186186
cargo nextest run -p gix --no-default-features --features basic,extras,comfort,need-more-recent-msrv
187187
cargo nextest run -p gix --features async-network-client
188188
cargo nextest run -p gix --features blocking-network-client
189-
cargo nextest run -p gitoxide-core --lib
189+
cargo nextest run -p gitoxide-core --lib --no-tests=warn
190190

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

0 commit comments

Comments
 (0)