Skip to content

Commit

Permalink
ci: filter in windows tests (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47-bot committed Jun 16, 2024
1 parent fddae1d commit 5c62dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
8.0.x
- name: Run tests
run: dotnet test -c Release -p:CollectCoverage=false
run: dotnet test -c Release --filter FullyQualifiedName\!~Tests.Integration -p:CollectCoverage=false

build-linux:
name: Build, Test & Pack (Linux)
Expand Down

0 comments on commit 5c62dfe

Please sign in to comment.