Skip to content

Commit

Permalink
See what happens with -p gix for the test command
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Nov 17, 2024
1 parent 811dc6d commit bb06629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
- name: Test (unit)
# run high-level unit tests that exercise a lot of code while being pure Rust to ease building test binaries.
# TODO: figure out why `git` doesn't pick up environment configuration so build scripts fail when using `-p gix`.
run: ${{ matrix.cargo }} test -p gix-hashtable --target ${{ matrix.target }}
run: ${{ matrix.cargo }} test -p gix --target ${{ matrix.target }}

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bb06629

Please sign in to comment.