We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305f609 commit 8a97d13Copy full SHA for 8a97d13
justfile
@@ -162,8 +162,10 @@ unit-tests:
162
cargo nextest run -p gix-status-tests --features "gix-features-parallel"
163
cargo nextest run -p gix-worktree-state-tests --features "gix-features-parallel"
164
cargo nextest run -p gix-worktree-tests --features "gix-features-parallel"
165
- cargo nextest run -p gix-object
166
- cargo nextest run -p gix-object --features verbose-object-parsing-errors
+ cd gix-object; \
+ set -ex; \
167
+ cargo nextest run; \
168
+ cargo nextest run --features verbose-object-parsing-errors
169
cargo nextest run -p gix-tempfile --features signals
170
cargo nextest run -p gix-features --all-features
171
cargo nextest run -p gix-ref-tests --all-features
0 commit comments