Update tests.yaml

This commit is contained in:
Timothy Baldridge 2022-10-08 08:38:26 -06:00 committed by GitHub
parent 99a92b8b53
commit f604b5bbce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: Main Pipeline
name: Tests
on:
push:
@ -39,7 +39,7 @@ jobs:
include-prerelease: true
- name: Test
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:EnableWindowsTargeting=true
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:EnableWindowsTargeting=true --filter "Category!=FlakeyNetwork"
- uses: codecov/codecov-action@v3
with: