From 61e131544b22eb0e7f7524c982a1ff1b6e91d4f1 Mon Sep 17 00:00:00 2001 From: phnx47-bot <78849906+phnx47-bot@users.noreply.github.com> Date: Sun, 16 Jun 2024 20:47:48 +0700 Subject: [PATCH] ci: filter in windows tests (#139) --- .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)