Skip to content

Commit a77b406

Browse files
authored
Update CI.yml
1 parent 2dec8f4 commit a77b406

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/CI.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,16 @@ jobs:
4141
run: rustup update
4242

4343
- name: Fmt check
44-
run: cargo fmt --check
44+
run: cargo fmt --check --all
4545

4646
- name: Check
47-
run: cargo check
47+
run: cargo check --all
48+
49+
- name: clippy
50+
run: cargo clippy --all --all-features
4851

4952
- name: Tests
50-
run: cargo test
53+
run: cargo test --all --all-features
5154

5255
test_py_linux:
5356
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)