Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Sep 16, 2024
1 parent 4c7f65c commit 7669e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
shell: bash
- name: 🧪 Test
# https://github.com/microsoft/vstest/issues/2080#issuecomment-539879345
run: dotnet test --no-build --verbosity normal --blame-hang-timeout 10s -- NUnit.NumberOfTestWorkers=0
run: dotnet test --no-build --verbosity normal --blame-hang-timeout 10s < /dev/null
shell: bash
# When using --blame-hang-timeout
- name: Upload hang dumps
Expand Down

0 comments on commit 7669e4e

Please sign in to comment.