Skip to content

Commit 3d0eb15

Browse files
authored
Remove unnecessary version check from the benchmark build step (#525)
The check is from the time when the MSRV was included in the build matrix.
1 parent 9667415 commit 3d0eb15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
run: git submodule update --init
2727

2828
- name: Cargo bench
29-
if: matrix.version != '1.41.0'
3029
run: cargo bench --all
3130
env:
3231
RUSTFLAGS: --cfg bench

0 commit comments

Comments
 (0)