Fix local dependencies in tests
This commit is contained in:
parent
fde8a33173
commit
476191f7dd
|
@ -3,3 +3,4 @@
|
|||
!*.*
|
||||
nimble.develop
|
||||
nimble.paths
|
||||
nimbledeps
|
||||
|
|
|
@ -6,5 +6,6 @@ license = "MIT"
|
|||
task test, "Runs the test suite":
|
||||
for module in ["stdlib", "chronos", "unittest2"]:
|
||||
withDir "testmodules/" & module:
|
||||
delEnv "NIMBLE_DIR" # use nimbledeps dir
|
||||
exec "nimble install -d -y"
|
||||
exec "nimble test -y"
|
||||
|
|
Loading…
Reference in New Issue