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.
-p gix
1 parent 811dc6d commit bb06629Copy full SHA for bb06629
.github/workflows/ci.yml
@@ -228,7 +228,7 @@ jobs:
228
- name: Test (unit)
229
# run high-level unit tests that exercise a lot of code while being pure Rust to ease building test binaries.
230
# 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 }}
+ run: ${{ matrix.cargo }} test -p gix --target ${{ matrix.target }}
232
233
lint:
234
runs-on: ubuntu-latest
0 commit comments