mirror of https://github.com/status-im/NimYAML.git
Correct command is nim test rather than nim tests.
This commit is contained in:
parent
c339661a6f
commit
d173f2a7f6
|
@ -29,7 +29,7 @@ PRs for bugs are welcome. If you want to add a feature, you are free to; but be
|
|||
## Developers
|
||||
|
||||
```bash
|
||||
nim tests # runs all tests
|
||||
nim test # runs all tests
|
||||
nim lexerTests # run lexer tests
|
||||
nim parserTests # run parser tests (git-clones yaml-dev-kit)
|
||||
nim serializationTests # runs serialization tests
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit fa266d172ef7b2cdd35219b8e677fa5e0ae86269
|
||||
Subproject commit e11b84891a3cd7aa4460f9d09c99283c974c02c6
|
Loading…
Reference in New Issue