reorder tests

This commit is contained in:
Ștefan Talpalaru 2019-02-22 00:02:31 +01:00 committed by zah
parent 9806110979
commit e8a6b48904
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ task test, "Run tests":
exec "nim c --verbosity:0 --hints:off --warnings:off " & binary
rmFile binary
test "all_tests"
test "test_rpc"
task nimbus, "Build Nimbus":
buildBinary "nimbus", "nimbus/"