We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[Fix]
1 parent 15d36b7 commit 94f1a72Copy full SHA for 94f1a72
.github/workflows/main.yml
@@ -68,7 +68,8 @@ jobs:
68
if: matrix.os != 'ubuntu-latest'
69
run: |
70
dotnet sln neo.sln remove ./tests/Neo.Plugins.Storage.Tests/Neo.Plugins.Storage.Tests.csproj
71
- dotnet test --blame-hang --blame-crash
+ dotnet build
72
+ dotnet test --blame-hang --blame-crash --no-build
73
74
- name: Test for coverall
75
if: matrix.os == 'ubuntu-latest'
0 commit comments