From 022bdd13ca24508f8dd9ef2b15f5f52d6692aa9f Mon Sep 17 00:00:00 2001 From: hkctkuy Date: Fri, 8 Dec 2023 16:41:21 +0300 Subject: [PATCH] Update contributing guide --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db88d766..ed4fd560 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,6 @@ Please follow the next recommendations for your pull requests: - compile with *stable* rust - use `cargo fmt` - check the output of `cargo clippy --all-features --all --tests` -- run tests `cargo test` +- run tests `cargo test --lib -- --test-threads 1` and `cargo test --package casr` - if you have updated usage of any casr tool, you could simply run `update_usage.py` to change the `docs/usage.md` file properly diff --git a/README.md b/README.md index 52d8665f..746b66ee 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Please follow the next recommendations for your pull requests: - compile with *stable* rust - use `cargo fmt` - check the output of `cargo clippy --all-features --all --tests` -- run tests `cargo test` +- run tests `cargo test --lib -- --test-threads 1` and `cargo test --package casr` - if you have updated usage of any casr tool, you could simply run `update_usage.py` to change the `docs/usage.md` file properly