We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03dcd0 commit ce809d1Copy full SHA for ce809d1
.github/workflows/test.yml
@@ -86,4 +86,4 @@ jobs:
86
87
- name: Tests
88
run: |
89
- dotnet test -c ${{ matrix.config }} -f ${{ matrix.test_tfm }} test/GaussDB.Tests --logger "GitHubActions;report-warnings=false"
+ dotnet test -c ${{ matrix.config }} -f ${{ matrix.test_tfm }} test/GaussDB.Tests --logger "GitHubActions;report-warnings=false" -- NUnit.NumberOfTestWorkers=1
0 commit comments