diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b796b0b..6349efa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)