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 7669e4e commit 6ce992a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ runs:
run: cargo test --manifest-path tools/slicec-cs/Cargo.toml
shell: bash
- name: 🧪 Test
# https://github.com/microsoft/vstest/issues/2080#issuecomment-539879345
run: dotnet test --no-build --verbosity normal --blame-hang-timeout 10s < /dev/null
run: dotnet test --no-build --verbosity normal --blame --blame-crash --blame-hang-timeout 10s
shell: bash
# When using --blame-hang-timeout
- name: Upload hang dumps
Expand Down

0 comments on commit 6ce992a

Please sign in to comment.