updates CONTRIBUTING instructions for tests

This commit is contained in:
stephematician 2022-06-28 23:51:28 +10:00
parent c07e20ce33
commit c33adb3f77

View File

@ -17,7 +17,7 @@ Commit messages should be in the imperative mood, as described in the [Git contr
# Tests
Please verify the tests pass by running the target `tests/run_tests`.
Please verify the tests pass by running the target `test/yaml-cpp-tests`.
If you are adding functionality, add tests accordingly.