Mark Spanbroek a9415de081 Fix tests on Nim 1.6.12
Ignore the nimble.lock at the root level when running tests
2023-06-21 16:19:09 +02:00

8 lines
215 B
Nim

version = "0.1.0"
author = "Asynctest Authors"
description = "Asynctest tests for std/unittest and std/asyncdispatch"
license = "MIT"
task test, "Runs the test suite":
exec "nim c -f -r --skipParentCfg test.nim"