Skip to content

Commit f5ab2e5

Browse files
committed
Don't check with benchmark
1 parent b7c07ab commit f5ab2e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: Swatinem/rust-cache@v2
4242

4343
- name: build and lint with clippy
44-
run: cargo clippy --all-targets --features integration-test,benchmark -- -D warnings
44+
run: cargo clippy --all-targets --features integration-test -- -D warnings
4545

4646
- name: Check docs
4747
run: cargo doc
@@ -50,7 +50,7 @@ jobs:
5050
run: cargo check --tests
5151

5252
- name: Check all features
53-
run: cargo check --all-targets --features integration-test,benchmark
53+
run: cargo check --all-targets --features integration-test
5454

5555
test:
5656
strategy:

0 commit comments

Comments
 (0)