ci: cargo clean before clippy in nightly build

This commit is contained in:
Jon Häggblad
2023-11-03 09:00:27 +01:00
parent 3689b6df1a
commit 7e6a4c073f
+5
View File
@@ -82,6 +82,11 @@ jobs:
command: test
args: --workspace -- --ignored
- name: Clean
uses: actions-rs/cargo@v1
with:
command: clean
- name: Clippy
uses: actions-rs/cargo@v1
with: