We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f194b92 commit eae44b0Copy full SHA for eae44b0
1 file changed
.github/workflows/bench-pr.yml
@@ -60,7 +60,7 @@ jobs:
60
env:
61
RUSTFLAGS: "-C target-cpu=native"
62
run: |
63
- cargo build --bin ${{ matrix.benchmark.id }} --profile release_debug ${{ matrix.benchmark.build_args }} --features unstable_encodings
+ cargo build --package ${{ matrix.benchmark.id }} --profile release_debug ${{ matrix.benchmark.build_args }} --features unstable_encodings
64
65
- name: Setup Polar Signals
66
if: github.event.pull_request.head.repo.fork == false
0 commit comments