mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-01-13 00:54:38 +00:00
bcb539148a
`questionable` is already in the main nimble file
11 lines
237 B
Nim
11 lines
237 B
Nim
version = "0.1.0"
|
|
author = "Nim Ethers Authors"
|
|
description = "Tests for Nim Ethers library"
|
|
license = "MIT"
|
|
|
|
requires "asynctest >= 0.4.0 & < 0.5.0"
|
|
|
|
task test, "Run the test suite":
|
|
exec "nimble install -d -y"
|
|
exec "nim c -r test"
|