diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5aabf16a..d70871950 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,6 +94,11 @@ jobs: with: tool: cargo-nextest + - if: ${{ matrix.os == 'windows' }} + run: | + powershell -Command Add-MpPreference -ExclusionPath "~/.cargo/bin" + powershell -Command Add-MpPreference -ExclusionPath "$pwd" + - if: ${{ matrix.os != 'windows' }} uses: rui314/setup-mold@v1