We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484109c commit 9db9de6Copy full SHA for 9db9de6
1 file changed
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build
37
run: cargo check
38
- name: Lint
39
- run: cargo clippy --all-targets --all-features -- -D warnings
+ run: cargo clippy --all-targets --all-features -- -D warnings && cargo fmt --check
40
- name: Test
41
run: |
42
# rust coverage issue
0 commit comments