From a27ce97f9efcc4356dd09424b873aef527951a6c Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Mon, 28 Aug 2023 17:03:31 +0200 Subject: [PATCH] Do not install the 'testmodules' folder --- asynctest.nimble | 2 ++ 1 file changed, 2 insertions(+) diff --git a/asynctest.nimble b/asynctest.nimble index a6bb8ba..e211681 100644 --- a/asynctest.nimble +++ b/asynctest.nimble @@ -3,6 +3,8 @@ author = "asynctest Authors" description = "Test asynchronous code" license = "MIT" +skipDirs = @["testmodules"] + task test, "Runs the test suite": for module in ["stdlib", "chronos", "unittest2"]: withDir "testmodules/" & module: