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 <[email protected]>
1 parent 15d36b7 commit 94f1a72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
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)