diff --git a/README.md b/README.md index e45bb77..65d99d6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/test/yaml-test-suite b/test/yaml-test-suite index fa266d1..e11b848 160000 --- a/test/yaml-test-suite +++ b/test/yaml-test-suite @@ -1 +1 @@ -Subproject commit fa266d172ef7b2cdd35219b8e677fa5e0ae86269 +Subproject commit e11b84891a3cd7aa4460f9d09c99283c974c02c6