We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ac3ac commit f2f6c36Copy full SHA for f2f6c36
.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 --filter "FullyQualifiedName!~FirstTestsIndependent"
+ run: dotnet test --no-build --verbosity normal --filter "FullyQualifiedName!~SockStoreTests.First"
0 commit comments