mirror of
https://github.com/logos-storage/questionable.git
synced 2026-01-02 13:53:11 +00:00
11 lines
286 B
Nim
11 lines
286 B
Nim
version = "0.6.2"
|
|
author = "Questionable Authors"
|
|
description = "Elegant optional types"
|
|
license = "MIT"
|
|
|
|
task test, "Runs the test suite":
|
|
for module in ["options", "result", "stew"]:
|
|
withDir "testmodules/" & module:
|
|
exec "nimble install -d -y"
|
|
exec "nimble test -y"
|