From e8a6b48904153aa168bfe45de1064a56cdcc97ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Fri, 22 Feb 2019 00:02:31 +0100 Subject: [PATCH] reorder tests --- nimbus.nimble | 1 + 1 file changed, 1 insertion(+) diff --git a/nimbus.nimble b/nimbus.nimble index 60464dcb6..0ef84be8b 100644 --- a/nimbus.nimble +++ b/nimbus.nimble @@ -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/"