mirror of https://github.com/astral-sh/uv
Add tests to Windows Defender exclusions
This commit is contained in:
parent
07e3694c3c
commit
564e28e2ca
|
|
@ -94,6 +94,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tool: cargo-nextest
|
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' }}
|
- if: ${{ matrix.os != 'windows' }}
|
||||||
uses: rui314/setup-mold@v1
|
uses: rui314/setup-mold@v1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue