We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167317b commit dae5483Copy full SHA for dae5483
1 file changed
.github/workflows/rust.yml
@@ -28,7 +28,10 @@ jobs:
28
run: cargo clippy --all-targets --all-features -- -D warnings
29
- name: Build
30
if: ${{ !cancelled() }}
31
- run: cargo build --verbose --tests --all-features
+ run: |
32
+ cargo build --verbose --tests --no-default-features
33
+ cargo clean
34
+ cargo build --verbose --tests --all-features
35
- name: Test
36
37
run: cargo test --verbose --tests --all-features
0 commit comments