Skip to content

Commit

Permalink
Remove unnecessary version check from the benchmark build step (#525)
Browse files Browse the repository at this point in the history
The check is from the time when the MSRV was included in the build matrix.
  • Loading branch information
nickelc authored Apr 2, 2024
1 parent 9667415 commit 3d0eb15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
run: git submodule update --init

- name: Cargo bench
if: matrix.version != '1.41.0'
run: cargo bench --all
env:
RUSTFLAGS: --cfg bench
Expand Down

0 comments on commit 3d0eb15

Please sign in to comment.