We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c07ab commit f5ab2e5Copy full SHA for f5ab2e5
.github/workflows/rust-test.yml
@@ -41,7 +41,7 @@ jobs:
41
- uses: Swatinem/rust-cache@v2
42
43
- name: build and lint with clippy
44
- run: cargo clippy --all-targets --features integration-test,benchmark -- -D warnings
+ run: cargo clippy --all-targets --features integration-test -- -D warnings
45
46
- name: Check docs
47
run: cargo doc
@@ -50,7 +50,7 @@ jobs:
50
run: cargo check --tests
51
52
- name: Check all features
53
- run: cargo check --all-targets --features integration-test,benchmark
+ run: cargo check --all-targets --features integration-test
54
55
test:
56
strategy:
0 commit comments