update deprecated alias --all (#6383)

`--all` is a deprecated alias for `--workspace` (https://doc.rust-lang.org/cargo/commands/cargo-test.html)
This commit is contained in:
amab8901
2022-12-03 21:10:10 +01:00
committed by GitHub
parent a7eee7dd86
commit 8bf11e1d05
+1 -1
View File
@@ -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: