Add tests to Windows Defender exclusions

This commit is contained in:
Zanie Blue 2024-04-09 09:45:01 -05:00
parent 07e3694c3c
commit 564e28e2ca
1 changed files with 5 additions and 0 deletions

View File

@ -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