Skip to content

Commit 5eb043e

Browse files
authored
Update pr_run_test_ci.yml
1 parent 1bc8a74 commit 5eb043e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_run_test_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
run: dotnet build --no-restore /p:ContinuousIntegrationBuild=true
5050

5151
- name: test
52-
run: dotnet test --filter FullyQualifiedName~Masa.Utils --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[*.Tests]*"
52+
run: dotnet test --filter FullyQualifiedName!~Masa.Utils --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[*.Tests]*"
5353

5454

0 commit comments

Comments
 (0)