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 6d6062f commit 9fcadeaCopy full SHA for 9fcadea
.github/workflows/verification.yml
@@ -63,10 +63,10 @@ jobs:
63
64
- name: 🧪 Run unit tests (async)
65
run: |
66
- dotnet test --filter Category!=sync -c release --blame-hang-timeout 15s --blame-hang-dump-type full --blame-crash-dump-type full
+ dotnet test --filter Category!=sync -c release
67
- name: 🧪 Run unit tests (sync)
68
69
- dotnet test --filter Category!=async -c release --blame-hang-timeout 15s --blame-hang-dump-type full --blame-crash-dump-type full
+ dotnet test --filter Category!=async -c release
70
- name: 📛 Upload hang- and crash-dumps on test failure
71
if: failure()
72
uses: actions/upload-artifact@v3
0 commit comments