Skip to content

Commit 8a97d13

Browse files
authored
Fix unit-tests
1 parent 305f609 commit 8a97d13

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

justfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,10 @@ unit-tests:
162162
cargo nextest run -p gix-status-tests --features "gix-features-parallel"
163163
cargo nextest run -p gix-worktree-state-tests --features "gix-features-parallel"
164164
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
165+
cd gix-object; \
166+
set -ex; \
167+
cargo nextest run; \
168+
cargo nextest run --features verbose-object-parsing-errors
167169
cargo nextest run -p gix-tempfile --features signals
168170
cargo nextest run -p gix-features --all-features
169171
cargo nextest run -p gix-ref-tests --all-features

0 commit comments

Comments
 (0)