mirror of
https://github.com/logos-storage/questionable.git
synced 2026-01-02 13:53:11 +00:00
Ensure that test modules use local nimbledeps folder
Even when NIMBLE_DIR is set externally.
This commit is contained in:
parent
8feb684574
commit
b9a090d001
@ -6,5 +6,6 @@ license = "MIT"
|
||||
task test, "Runs the test suite":
|
||||
for module in ["options", "result", "stew"]:
|
||||
withDir "testmodules/" & module:
|
||||
delEnv "NIMBLE_DIR" # use nimbledeps dir
|
||||
exec "nimble install -d -y"
|
||||
exec "nimble test -y"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user