We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d5bab commit b05d9a7Copy full SHA for b05d9a7
1 file changed
justfile
@@ -157,7 +157,6 @@ unit-tests:
157
cargo nextest run -p gix-status-tests --features gix-features-parallel --no-fail-fast
158
env GIX_TEST_FIXTURE_HASH=sha1 cargo nextest run -p gix-worktree-state-tests --features gix-features-parallel --no-fail-fast
159
env GIX_TEST_FIXTURE_HASH=sha1 cargo nextest run -p gix-worktree-tests --features gix-features-parallel --no-fail-fast
160
- env GIX_TEST_FIXTURE_HASH=sha256 cargo nextest run -p gix-worktree-tests --features gix-features-parallel --no-fail-fast
161
cargo nextest run -p gix-error --no-fail-fast --test auto-chain-error --features auto-chain-error
162
cargo nextest run -p gix-error --no-fail-fast
163
cargo nextest run -p gix-hash --no-fail-fast
0 commit comments