There was an error while loading. Please reload this page.
1 parent f292074 commit 9db1fecCopy full SHA for 9db1fec
1 file changed
.github/workflows/nuget-publish.yml
@@ -63,7 +63,7 @@ jobs:
63
if: steps.check.outputs.exists != 'true'
64
working-directory: src
65
timeout-minutes: 10
66
- run: dotnet test --configuration Release --no-build --verbosity normal
+ run: dotnet test --configuration Release --no-build --verbosity normal --filter "FullyQualifiedName!~Performance"
67
68
- name: Pack NuGet package
69
0 commit comments