ci: more cargo clean for windows

Not ideal, we need runners with more disk space
This commit is contained in:
Jon Häggblad
2022-09-14 08:31:01 +02:00
parent af1a83fe83
commit fc90d5a389
+6
View File
@@ -107,6 +107,12 @@ jobs:
command: build
args: --workspace --features=coconut
- name: Reclaim some disk space (because Windows is being annoying)
uses: actions-rs/cargo@v1
if: ${{ matrix.os == 'windows-latest' }}
with:
command: clean
- name: Run all tests with coconut enabled
uses: actions-rs/cargo@v1
with: