nim-ethers/testmodule/test.nimble
Mark Spanbroek 4d12119a73
update asynctest dependency
fixes segfault in Nim 2.2.2
2025-04-08 10:57:31 +02:00

11 lines
237 B
Nim

version = "0.1.0"
author = "Nim Ethers Authors"
description = "Tests for Nim Ethers library"
license = "MIT"
requires "asynctest >= 0.5.4 & < 0.6.0"
task test, "Run the test suite":
exec "nimble install -d -y"
exec "nim c -r test"