Skip to content

Commit 94f1a72

Browse files
[Fix] Test Problems (#3398)
* Fix Test crashes * disable Build servers * Fixed Building problem with tests * Fixed command line * Removed disable build servers --------- Co-authored-by: Shargon <shargon@gmail.com>
1 parent 15d36b7 commit 94f1a72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
if: matrix.os != 'ubuntu-latest'
6969
run: |
7070
dotnet sln neo.sln remove ./tests/Neo.Plugins.Storage.Tests/Neo.Plugins.Storage.Tests.csproj
71-
dotnet test --blame-hang --blame-crash
71+
dotnet build
72+
dotnet test --blame-hang --blame-crash --no-build
7273
7374
- name: Test for coverall
7475
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)