Update test commands according to current process (#4703)

This commit is contained in:
justinFrevert
2022-01-12 12:34:17 -05:00
committed by GitHub
parent 5a4d0ebcba
commit 80a25af1a3
+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
cargo test --all --release
```
You can start a development chain with: