Skip to content

Commit

Permalink
Revert "Set nextest behavior on empty runs more explicitly"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EliahKagan committed Nov 28, 2024
1 parent 1435193 commit 0384a4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ permissions:
env:
CARGO_TERM_COLOR: always
CLICOLOR: '1'
NEXTEST_NO_TESTS: fail

jobs:
pure-rust-build:
Expand Down
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 --no-tests=warn
cargo nextest run -p gitoxide-core --lib

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

0 comments on commit 0384a4c

Please sign in to comment.