We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376957e commit e1ac3acCopy full SHA for e1ac3ac
1 file changed
.github/workflows/ci.yml
@@ -50,4 +50,4 @@ jobs:
50
run: dotnet build --no-restore
51
52
- name: Test
53
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test --no-build --verbosity normal --filter "FullyQualifiedName!~FirstTestsIndependent"
0 commit comments