Skip to content

Commit 9fcadea

Browse files
linkdotnetegil
authored andcommitted
refactor: remove blame from CI
1 parent 6d6062f commit 9fcadea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363

6464
- name: 🧪 Run unit tests (async)
6565
run: |
66-
dotnet test --filter Category!=sync -c release --blame-hang-timeout 15s --blame-hang-dump-type full --blame-crash-dump-type full
66+
dotnet test --filter Category!=sync -c release
6767
- name: 🧪 Run unit tests (sync)
6868
run: |
69-
dotnet test --filter Category!=async -c release --blame-hang-timeout 15s --blame-hang-dump-type full --blame-crash-dump-type full
69+
dotnet test --filter Category!=async -c release
7070
- name: 📛 Upload hang- and crash-dumps on test failure
7171
if: failure()
7272
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)