We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad461be commit bb96830Copy full SHA for bb96830
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
8.0.x
31
32
- name: Run tests
33
- run: dotnet test -c Release -p:CollectCoverage=false
+ run: dotnet test -c Release --filter FullyQualifiedName\!~Tests.Integration -p:CollectCoverage=false
34
35
build-linux:
36
name: Build, Test & Pack (Linux)
0 commit comments