Skip to content

Commit 9db1fec

Browse files
committed
ci: Exclude performance tests in CI to reduce execution time
1 parent f292074 commit 9db1fec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: steps.check.outputs.exists != 'true'
6464
working-directory: src
6565
timeout-minutes: 10
66-
run: dotnet test --configuration Release --no-build --verbosity normal
66+
run: dotnet test --configuration Release --no-build --verbosity normal --filter "FullyQualifiedName!~Performance"
6767

6868
- name: Pack NuGet package
6969
if: steps.check.outputs.exists != 'true'

0 commit comments

Comments
 (0)