Skip to content

Commit 4e3103a

Browse files
committed
Add --blame-crash to dotnet test
1 parent 9a4b874 commit 4e3103a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/dotnet/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
run: dotnet build $Env:SOLUTION_PATH -c Release --no-restore -p:NoWarn=1591
2121
shell: pwsh
2222
- name: Test
23-
run: dotnet test $Env:SOLUTION_PATH --no-restore --verbosity minimal
23+
run: dotnet test $Env:SOLUTION_PATH --no-restore --verbosity minimal --blame-crash
2424
shell: pwsh
2525
- name: Pack
2626
run: |

0 commit comments

Comments
 (0)