flyx / NimYAML

YAML implementation for Nim
https://nimyaml.org
Other
186 stars 36 forks source link

Correct command is nim test rather than nim tests. #87

Closed jghoman closed 3 years ago

jghoman commented 3 years ago

Bit confusing for first command tried to fail. This corrects the nim instruction to run all tests.

flyx commented 3 years ago

Thanks, this has been overlooked in 96254f1.