Skip to content

Commit 270c03a

Browse files
authored
ci: remove blame during testing
1 parent 3d5d202 commit 270c03a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@ jobs:
142142
- name: 🧪 Run unit tests
143143
if: matrix.os != 'macos-latest'
144144
run: |
145-
dotnet test -c release --no-build --blame --blame-crash --blame-hang -p:VSTestUseMSBuildOutput=false -f netcoreapp3.1
146-
dotnet test -c release --no-build --blame --blame-crash --blame-hang -p:VSTestUseMSBuildOutput=false -f net5.0
145+
dotnet test -c release --no-build -p:VSTestUseMSBuildOutput=false -f netcoreapp3.1
146+
dotnet test -c release --no-build -p:VSTestUseMSBuildOutput=false -f net5.0
147147
148148
- name: 🧪 Run unit tests
149149
run: |
150-
dotnet test -c release --no-build --blame --blame-crash --blame-hang -p:VSTestUseMSBuildOutput=false -f net6.0
151-
dotnet test -c release --no-build --blame --blame-crash --blame-hang -p:VSTestUseMSBuildOutput=false -f net7.0
152-
dotnet test -c release --no-build --blame --blame-crash --blame-hang -p:VSTestUseMSBuildOutput=false -f net8.0
153-
dotnet test -c release --no-build --blame --blame-crash --blame-hang -p:VSTestUseMSBuildOutput=false -f net9.0
150+
dotnet test -c release --no-build -p:VSTestUseMSBuildOutput=false -f net6.0
151+
dotnet test -c release --no-build -p:VSTestUseMSBuildOutput=false -f net7.0
152+
dotnet test -c release --no-build -p:VSTestUseMSBuildOutput=false -f net8.0
153+
dotnet test -c release --no-build -p:VSTestUseMSBuildOutput=false -f net9.0
154154
155155
- name: 📛 Upload hang- and crash-dumps on test failure
156156
if: failure()

0 commit comments

Comments
 (0)