Skip to content

Commit a54498c

Browse files
committed
ci: add test with client,mock_api
1 parent 31fe8fc commit a54498c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
- uses: Swatinem/rust-cache@v2
8383
- name: Run clippy
8484
run: cargo clippy --locked
85+
- name: Run clippy --features client,mock_api
86+
run: cargo clippy --locked --features client,mock_api
8587
- name: Run clippy --all-targets --all-features --workspace
8688
run: cargo clippy --locked --all-targets --all-features --workspace
8789
docs:

0 commit comments

Comments
 (0)