Skip to content

Commit dae5483

Browse files
committed
testing script
1 parent 167317b commit dae5483

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
run: cargo clippy --all-targets --all-features -- -D warnings
2929
- name: Build
3030
if: ${{ !cancelled() }}
31-
run: cargo build --verbose --tests --all-features
31+
run: |
32+
cargo build --verbose --tests --no-default-features
33+
cargo clean
34+
cargo build --verbose --tests --all-features
3235
- name: Test
3336
if: ${{ !cancelled() }}
3437
run: cargo test --verbose --tests --all-features

0 commit comments

Comments
 (0)