Skip to content

Commit 481cb86

Browse files
committed
don't check for deps in benching
1 parent 9eb8689 commit 481cb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench-reports.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: setup cargo criterion
3131
run: cargo install cargo-criterion
3232
- name: run benching script
33-
run: ./build.py --ci-bench --no-check
33+
run: ./build.py --ci-bench --no-check-prereqs
3434
- name: preserve bench artifacts
3535
uses: actions/upload-artifact@v4
3636
with:

0 commit comments

Comments
 (0)