Update tests.yaml

This commit is contained in:
Timothy Baldridge 2022-10-06 16:45:46 -06:00 committed by GitHub
parent f9ad7b667b
commit 7e10b5cd42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs:
- name: Test
shell: bash
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --filter "Category!=FlakeyNetwork"
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:EnableWindowsTargeting=true --filter "Category!=FlakeyNetwork"
- uses: codecov/codecov-action@v3
with: