diff --git a/nimbus.nimble b/nimbus.nimble index 62d8cd93a..2fdf5d312 100644 --- a/nimbus.nimble +++ b/nimbus.nimble @@ -31,9 +31,9 @@ proc test(name: string, lang = "c") = task test, "Run tests": test "all_tests" - test "test_rpc" # debugging tools don't yet have tests # but they should be compilable + exec "nim c -r tests/test_rpc" exec "nim c premix/premix" exec "nim c premix/persist" exec "nim c premix/debug"