Skip to content
Snippets Groups Projects
Commit 8bf11e1d authored by amab8901's avatar amab8901 Committed by GitHub
Browse files

update deprecated alias `--all` (#6383)

`--all` is a deprecated alias for `--workspace` (https://doc.rust-lang.org/cargo/commands/cargo-test.html)
parent a7eee7dd
No related merge requests found
......@@ -200,7 +200,7 @@ cargo build # Builds all native code
You can run the tests if you like:
```bash
cargo test --all --release
cargo test --workspace --release
```
You can start a development chain with:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment