Merge pull request #297 from luked99/master
Remove quotes around "test"
This commit is contained in:
commit
db68bc575a
1 changed files with 1 additions and 1 deletions
|
|
@ -464,7 +464,7 @@ To make testing even more convenient, you may wish to define a ``test`` task
|
|||
in your ``.nimble`` file. Like so:
|
||||
|
||||
```nim
|
||||
task "test", "Runs the test suite":
|
||||
task test, "Runs the test suite":
|
||||
exec "nim c -r tests/tester"
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue