Correct command is nim test rather than nim tests.

This commit is contained in:
Jakob Homan 2020-10-04 13:18:15 -07:00 committed by flyx
parent c339661a6f
commit d173f2a7f6
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ PRs for bugs are welcome. If you want to add a feature, you are free to; but be
## Developers ## Developers
```bash ```bash
nim tests # runs all tests nim test # runs all tests
nim lexerTests # run lexer tests nim lexerTests # run lexer tests
nim parserTests # run parser tests (git-clones yaml-dev-kit) nim parserTests # run parser tests (git-clones yaml-dev-kit)
nim serializationTests # runs serialization tests nim serializationTests # runs serialization tests

@ -1 +1 @@
Subproject commit fa266d172ef7b2cdd35219b8e677fa5e0ae86269 Subproject commit e11b84891a3cd7aa4460f9d09c99283c974c02c6