diff options
Diffstat (limited to 'nimfunge98.nimble')
-rw-r--r-- | nimfunge98.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimfunge98.nimble b/nimfunge98.nimble index c3a0443..f62cd32 100644 --- a/nimfunge98.nimble +++ b/nimfunge98.nimble @@ -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": |