Improved readme
This commit is contained in:
parent
161f0a3bf6
commit
c0393d0ca1
2 changed files with 15 additions and 6 deletions
|
@ -13,7 +13,7 @@ requires "nim >= 1.4.8"
|
|||
|
||||
# Tasks
|
||||
|
||||
task test, "Runs the test suite":
|
||||
task tests, "Runs the test suite":
|
||||
exec "testament pattern \"tests/*.nim\""
|
||||
|
||||
task coverage, "Run all tests and calculate coverage":
|
||||
|
|
Reference in a new issue