From e8da067d28c05fb74e1e180e997a0c39c0282f29 Mon Sep 17 00:00:00 2001 From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com> Date: Sun, 16 Jun 2024 13:45:42 +0000 Subject: [PATCH] ci: filter in windows tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)