Skip to content

Commit bb96830

Browse files
authored
ci: filter in windows tests (#121)
1 parent ad461be commit bb96830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
8.0.x
3131
3232
- name: Run tests
33-
run: dotnet test -c Release -p:CollectCoverage=false
33+
run: dotnet test -c Release --filter FullyQualifiedName\!~Tests.Integration -p:CollectCoverage=false
3434

3535
build-linux:
3636
name: Build, Test & Pack (Linux)

0 commit comments

Comments
 (0)