We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054e9e4 commit baeabdaCopy full SHA for baeabda
1 file changed
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
run: dotnet build --configuration Release --no-restore
42
43
- name: test
44
- run: dotnet test --configuration Release --no-build
+ run: dotnet test --configuration Release --no-build -p:TestTfmsInParallel=false
45
46
- name: test results
47
uses: EnricoMi/publish-unit-test-result-action@v2
0 commit comments