From c0393d0ca1d3fa75a71fa224451310de29e36fa9 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 4 Oct 2021 20:10:02 +0200 Subject: Improved readme --- nimfunge98.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nimfunge98.nimble') 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": -- cgit v1.2.3