We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
client,mock_api
1 parent 31fe8fc commit a54498cCopy full SHA for a54498c
.github/workflows/ci.yml
@@ -82,6 +82,8 @@ jobs:
82
- uses: Swatinem/rust-cache@v2
83
- name: Run clippy
84
run: cargo clippy --locked
85
+ - name: Run clippy --features client,mock_api
86
+ run: cargo clippy --locked --features client,mock_api
87
- name: Run clippy --all-targets --all-features --workspace
88
run: cargo clippy --locked --all-targets --all-features --workspace
89
docs:
0 commit comments