Skip to content

Commit 511a2ca

Browse files
committed
Remove benchmarks from CI config
Signed-off-by: Nico Burns <[email protected]>
1 parent ca6a68f commit 511a2ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
- name: Init submodules
2626
run: git submodule update --init
2727

28-
- name: Cargo bench
29-
run: cargo bench --all
30-
env:
31-
RUSTFLAGS: --cfg bench
32-
3328
- name: Cargo test
3429
if: matrix.version != 'nightly'
3530
run: cargo test --all

0 commit comments

Comments
 (0)