Skip to content

Commit 4cc5d3d

Browse files
authored
Remove blame (neo-project#3662)
1 parent 82329e8 commit 4cc5d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ jobs:
7070
brew install leveldb
7171
dotnet build
7272
cp -vp /opt/homebrew/Cellar/leveldb/1.23_2/lib/libleveldb.dylib ./tests/Neo.Plugins.Storage.Tests/bin/Debug/net9.0/
73-
dotnet test --blame-hang --blame-crash --no-build
73+
dotnet test --no-build
7474
7575
- name: Test (windows)
7676
if: matrix.os == 'windows-latest'
7777
run: |
7878
dotnet sln neo.sln remove ./tests/Neo.Plugins.Storage.Tests/Neo.Plugins.Storage.Tests.csproj
7979
dotnet build
80-
dotnet test --blame-hang --blame-crash --no-build
80+
dotnet test --no-build
8181
8282
- name: Test for coverall
8383
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)