Archived
1
0
Fork 0

Improved readme

This commit is contained in:
Julien Dessaux 2021-10-04 20:10:02 +02:00
parent 161f0a3bf6
commit c0393d0ca1
2 changed files with 15 additions and 6 deletions

View file

@ -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":