Skip to content

Commit fc54b0f

Browse files
authored
Use correct method of not running benchmarks in the CI job (#164)
1 parent f6cd75e commit fc54b0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ jobs:
140140
- name: Cache
141141
uses: Swatinem/[email protected]
142142
- name: Compile benchmarks
143-
# There are no benchmarks with "nothing" in their name, hence this command only compiles the benchmarks but does not run them.
144-
run: cargo bench nothing
143+
run: cargo bench --no-run
145144

146145
no_std:
147146
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)