version = "0.10.10" author = "Questionable Authors" description = "Elegant optional types" license = "MIT" task test, "Runs the test suite": for module in ["options", "results", "stew"]: withDir "testmodules/" & module: delEnv "NIMBLE_DIR" # use nimbledeps dir exec "nimble install -d -y" exec "nimble test -y"