Skip to content

Commit eae44b0

Browse files
committed
package
Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
1 parent f194b92 commit eae44b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
RUSTFLAGS: "-C target-cpu=native"
6262
run: |
63-
cargo build --bin ${{ matrix.benchmark.id }} --profile release_debug ${{ matrix.benchmark.build_args }} --features unstable_encodings
63+
cargo build --package ${{ matrix.benchmark.id }} --profile release_debug ${{ matrix.benchmark.build_args }} --features unstable_encodings
6464
6565
- name: Setup Polar Signals
6666
if: github.event.pull_request.head.repo.fork == false

0 commit comments

Comments
 (0)