Skip to content

Commit bb06629

Browse files
committed
See what happens with -p gix for the test command
1 parent 811dc6d commit bb06629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
- name: Test (unit)
229229
# run high-level unit tests that exercise a lot of code while being pure Rust to ease building test binaries.
230230
# TODO: figure out why `git` doesn't pick up environment configuration so build scripts fail when using `-p gix`.
231-
run: ${{ matrix.cargo }} test -p gix-hashtable --target ${{ matrix.target }}
231+
run: ${{ matrix.cargo }} test -p gix --target ${{ matrix.target }}
232232

233233
lint:
234234
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)