Stops errors when nimble test is using different backend

This commit is contained in:
coffeepots 2018-04-26 19:33:45 +01:00 committed by zah
parent 5a07bb3f6c
commit 53dd7fd270

View File

@ -14,6 +14,7 @@ proc configForTests() =
--debuginfo
--path: "."
--run
--forceBuild
task test, "run tests":
configForTests()