Skip to content

Commit

Permalink
disabling parallel run
Browse files Browse the repository at this point in the history
  • Loading branch information
kfrajtak committed Nov 16, 2024
1 parent 903c752 commit 49678de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build examples (release mode)
run: dotnet build Examples/Examples.csproj --configuration Release
- name: Test
run: dotnet test --no-build --logger trx --results-directory TestResults --verbosity normal --blame-hang dnWalker.sln
run: dotnet test --no-build --logger trx --results-directory TestResults --verbosity normal --blame-hang -p:TestTfmsInParallel=false dnWalker.sln
- name: Upload dotnet test results
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 49678de

Please sign in to comment.