Update CONTRIBUTING.md

This commit is contained in:
Clémentine Urquizar - curqui 2022-10-13 13:46:18 +02:00 committed by GitHub
parent f30979d021
commit 59fe1e8efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,14 +44,6 @@ You can check out the longer, more complete guideline documentation [here](https
## Development Workflow
### Setup and run
```bash
cargo run --release
```
We recommend using the `--release` flag to test the full performance.
### Test
```bash