Skip to content

Commit 0384a4c

Browse files
committed
Revert "Set nextest behavior on empty runs more explicitly"
This reverts commit 2fc93f7. The change to the `justfile` should be kept, but is temporarily reverted to verify that the change in `ci.yml` is no longer needed.
1 parent 1435193 commit 0384a4c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ permissions:
1919
env:
2020
CARGO_TERM_COLOR: always
2121
CLICOLOR: '1'
22-
NEXTEST_NO_TESTS: fail
2322

2423
jobs:
2524
pure-rust-build:

justfile

Lines changed: 1 addition & 1 deletion
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 --no-tests=warn
189+
cargo nextest run -p gitoxide-core --lib
190190

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

0 commit comments

Comments
 (0)