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 12, 2024
1 parent ac6afb5 commit f857f99
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 @@ -171,7 +171,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 f857f99

Please sign in to comment.