Skip to content

Commit

Permalink
Explain cargo bench nothing (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard authored Feb 3, 2025
1 parent f4edc3d commit 834b326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,5 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Compile benchmarks
run: cargo bench nothing
# There are no benchmarks with "nothing" in their name, hence this command only compiles the benchmarks but does not run them.
run: cargo bench nothing

0 comments on commit 834b326

Please sign in to comment.