File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,17 @@ jobs:
77
77
- name : Check
78
78
run : |
79
79
cargo hack check --feature-powerset --no-dev-deps
80
+ - name : Clean
81
+ run : |
82
+ cargo clean
80
83
- name : Clippy
81
84
run : |
82
85
cargo hack clippy --feature-powerset --no-dev-deps -- -D warnings -A unknown-lints
83
86
# Clippy will report lints that cannot be acted on without increasing MSRV on later versions of Rust
84
87
if : ${{ matrix.rust == '1.64.0' }}
88
+ - name : Clean
89
+ run : |
90
+ cargo clean
85
91
- name : Test
86
92
run : |
87
93
cargo hack test --feature-powerset
@@ -142,11 +148,8 @@ jobs:
142
148
run : |
143
149
cargo clean
144
150
cargo test --all-targets
145
- cargo clean
146
151
cargo test --features integer128 --all-targets
147
- cargo clean
148
152
cargo test --features indexmap --all-targets
149
- cargo clean
150
153
cargo test --all-features --all-targets
151
154
env :
152
155
CARGO_INCREMENTAL : 0
You can’t perform that action at this time.
0 commit comments