mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 10:17:57 +00:00
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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user