Fixed nightly build windows storage issue

This commit is contained in:
Raphaël Walther
2022-06-16 08:58:04 +02:00
parent 8819e81393
commit 216b5535b3
+6
View File
@@ -50,6 +50,12 @@ jobs:
command: test
args: --workspace
- 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 expensive tests
if: github.ref == 'refs/heads/develop' || github.event.pull_request.base.ref == 'develop' || github.event.pull_request.base.ref == 'master'
uses: actions-rs/cargo@v1