mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 23:41:02 +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:
|
You can run the tests if you like:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo test --all --release
|
cargo test --workspace --release
|
||||||
```
|
```
|
||||||
|
|
||||||
You can start a development chain with:
|
You can start a development chain with:
|
||||||
|
|||||||
Reference in New Issue
Block a user