Skip to content

Commit ce809d1

Browse files
committed
build: specify the nunit test worker
1 parent f03dcd0 commit ce809d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
8787
- name: Tests
8888
run: |
89-
dotnet test -c ${{ matrix.config }} -f ${{ matrix.test_tfm }} test/GaussDB.Tests --logger "GitHubActions;report-warnings=false"
89+
dotnet test -c ${{ matrix.config }} -f ${{ matrix.test_tfm }} test/GaussDB.Tests --logger "GitHubActions;report-warnings=false" -- NUnit.NumberOfTestWorkers=1

0 commit comments

Comments
 (0)