Skip to content

Commit

Permalink
Added blame logging for dotnet test (#3384)
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy <jinghui@wayne.edu>
Co-authored-by: Shargon <shargon@gmail.com>
  • Loading branch information
3 people authored Jul 4, 2024
1 parent a80fca6 commit 188028b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: matrix.os != 'ubuntu-latest'
run: |
dotnet sln neo.sln remove ./tests/Neo.Plugins.Storage.Tests/Neo.Plugins.Storage.Tests.csproj
dotnet test
dotnet test --blame-hang --blame-crash
- name: Test for coverall
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 188028b

Please sign in to comment.