diff options
author | Julien Dessaux | 2021-10-04 20:10:02 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-10-04 20:10:02 +0200 |
commit | c0393d0ca1d3fa75a71fa224451310de29e36fa9 (patch) | |
tree | 933fe6ea22bc2666861dc76fbf03ae40df8791e6 /nimfunge98.nimble | |
parent | Added a nimble task to run nimpretty on all gitted files (diff) | |
download | nimfunge98-c0393d0ca1d3fa75a71fa224451310de29e36fa9.tar.gz nimfunge98-c0393d0ca1d3fa75a71fa224451310de29e36fa9.tar.bz2 nimfunge98-c0393d0ca1d3fa75a71fa224451310de29e36fa9.zip |
Improved readme
Diffstat (limited to '')
-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": |