mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-02 13:33:08 +00:00
sets path
This commit is contained in:
parent
421fabe98b
commit
a865b3242e
@ -24,25 +24,25 @@ requires "questionable"
|
||||
|
||||
task testAll, "Run all test suites":
|
||||
exec "nimble install -d -y"
|
||||
withDir "testmodule":
|
||||
withDir "tests":
|
||||
exec "nimble testAll"
|
||||
|
||||
task test, "Run the test suite":
|
||||
exec "nimble install -d -y"
|
||||
withDir "testmodule":
|
||||
withDir "tests":
|
||||
exec "nimble test"
|
||||
|
||||
task testPart1, "Run the test suite part 1":
|
||||
exec "nimble install -d -y"
|
||||
withDir "testmodule":
|
||||
withDir "tests":
|
||||
exec "nimble testPart1"
|
||||
|
||||
task testPart2, "Run the test suite part 2":
|
||||
exec "nimble install -d -y"
|
||||
withDir "testmodule":
|
||||
withDir "tests":
|
||||
exec "nimble testPart2"
|
||||
|
||||
task coverage, "Run the test coverage":
|
||||
exec "nimble install -d -y"
|
||||
withDir "testmodule":
|
||||
withDir "tests":
|
||||
exec "nimble coverage"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user