From 4cc5d3db33a0b4f0a9b9b95686d9483be1e24c7c Mon Sep 17 00:00:00 2001 From: Shargon Date: Fri, 10 Jan 2025 02:54:10 -0800 Subject: [PATCH] Remove blame (#3662) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d1e1162335..bbf1ec720b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,14 +70,14 @@ jobs: brew install leveldb dotnet build cp -vp /opt/homebrew/Cellar/leveldb/1.23_2/lib/libleveldb.dylib ./tests/Neo.Plugins.Storage.Tests/bin/Debug/net9.0/ - dotnet test --blame-hang --blame-crash --no-build + dotnet test --no-build - name: Test (windows) if: matrix.os == 'windows-latest' run: | dotnet sln neo.sln remove ./tests/Neo.Plugins.Storage.Tests/Neo.Plugins.Storage.Tests.csproj dotnet build - dotnet test --blame-hang --blame-crash --no-build + dotnet test --no-build - name: Test for coverall if: matrix.os == 'ubuntu-latest'