We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82329e8 commit 4cc5d3dCopy full SHA for 4cc5d3d
.github/workflows/main.yml
@@ -70,14 +70,14 @@ jobs:
70
brew install leveldb
71
dotnet build
72
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
+ dotnet test --no-build
74
75
- name: Test (windows)
76
if: matrix.os == 'windows-latest'
77
run: |
78
dotnet sln neo.sln remove ./tests/Neo.Plugins.Storage.Tests/Neo.Plugins.Storage.Tests.csproj
79
80
81
82
- name: Test for coverall
83
if: matrix.os == 'ubuntu-latest'
0 commit comments