diff options
Diffstat (limited to 'website/manual.md')
-rw-r--r-- | website/manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/manual.md b/website/manual.md index ae3f18d41..ead3dddac 100644 --- a/website/manual.md +++ b/website/manual.md @@ -167,7 +167,7 @@ cargo build -vv ./target/debug/deno tests/002_hello.ts # Test. -./tools/test.py +cargo test # Format code. ./tools/format.py @@ -1148,7 +1148,7 @@ Before submitting, please make sure the following is done: 1. That there is a related issue and it is referenced in the PR text. 2. There are tests that cover the changes. -3. Ensure `./tools/test.py` passes. +3. Ensure `cargo test` passes. 4. Format your code with `tools/format.py` 5. Make sure `./tools/lint.py` passes. |