We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99464d9 commit c83e745Copy full SHA for c83e745
1 file changed
.github/workflows/ci.yml
@@ -65,14 +65,11 @@ jobs:
65
restore-keys: |
66
${{ runner.os }}-target-${{ matrix.rust }}-
67
68
- - name: Run clippy
69
- run: cargo clippy --all-targets --all-features -- -D warnings
70
-
71
- name: Build
72
- run: cargo build --all-features --verbose
+ run: cargo build --all-targets --all-features --verbose
73
74
- - name: Build examples
75
- run: cargo build --examples --all-features --verbose
+ - name: Run clippy
+ run: cargo clippy --all-targets --all-features -- -D warnings
76
77
- name: Run tests
78
run: cargo test --all-features
0 commit comments