diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 866d0acc0eb40355a09a0811e216cb8c5c0eeba0..3fd311362fad16ab07b0b0aa67b99a2d87b22549 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 with: - clean: false + clean: true - name: Run tests run: cargo test --workspace --no-fail-fast @@ -74,7 +74,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 with: - clean: false + clean: true - name: Validate version if: ${{ startsWith(github.ref, 'refs/tags/v') }}