From d4a399fb0c62ac1bbdf3951728c3fcee8a15c49e Mon Sep 17 00:00:00 2001 From: Dmitry Savintsev Date: Fri, 28 Oct 2022 11:46:56 +0000 Subject: [PATCH] Update CONTRIBUTING.md to link to the test/README.md Co-authored-by: Michal Rostecki --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 472a5574..34ada6e8 100644 --- a/CONTRIBUTING.md +++ b/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, 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 It is a recommended best practice to keep your changes as logically grouped as