Skip to content

Commit 27f8bb6

Browse files
authored
ci: remove blame from test runs
1 parent ac0b0b7 commit 27f8bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
8.0.x
135135
136136
- name: 🧪 Run unit tests
137-
run: dotnet test -c release --blame --blame-crash --blame-hang
137+
run: dotnet test -c release
138138

139139
- name: 📛 Upload hang- and crash-dumps on test failure
140140
if: failure()

0 commit comments

Comments
 (0)