diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87b8883..9aba79b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,10 @@ This project uses [Rust](https://www.rust-lang.org/), so use the usual [cargo](https://doc.rust-lang.org/cargo/) commands in order to build and run the -desired binaries/tests. +desired binaries/tests. Just to note: + +- If you want to run fuzzy tests, you need to install a nightly build from rust. +- If you want to build/test things with a single command, use the + [./scripts/full-test.sh](./scripts/full-test.sh) script. Otherwise, if you want to contribute to this project, just [read these guidelines](https://jo.mssola.com/en/contributing.html). |
