Skip to content

Commit 7a4f356

Browse files
authored
Switch the benchmark CI job to use the intended method for only compiling a d not running the benchmarks (#30)
1 parent 0839ba6 commit 7a4f356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/rust.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
uses: Swatinem/rust-cache@v2.8.0
7272
- name: Compile benchmarks, but do not run them
7373
# There are no benchmarks with "nothing" in their name, hence this command only compiles the benchmarks but does not run them.
74-
run: cargo bench --all-features nothing
74+
run: cargo bench --all-features --no-run

0 commit comments

Comments
 (0)