Преглед изворни кода

Update CONTRIBUTING.md to link to the test/README.md

Co-authored-by: Michal Rostecki <vadorovsky@skiff.com>
Dmitry Savintsev пре 2 година
родитељ
комит
d4a399fb0c
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      CONTRIBUTING.md

+ 3 - 0
CONTRIBUTING.md

@@ -30,6 +30,9 @@ Make sure that your work is tracked by an issue or a (draft) pull request, this
 helps us avoid duplicating work. If your work includes publicly visible changes,
 helps us avoid duplicating work. If your work includes publicly visible changes,
 make sure those are properly documented as explained in the section above.
 make sure those are properly documented as explained in the section above.
 
 
+### Running tests
+Run the unit tests with `cargo test`. See [Aya Integration Tests](https://github.com/aya-rs/aya/blob/main/test/README.md) regarding running the integration tests.
+
 ### Commits
 ### Commits
 
 
 It is a recommended best practice to keep your changes as logically grouped as
 It is a recommended best practice to keep your changes as logically grouped as