mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 03:31:10 +00:00
docs: Update Readme with example of how to run tests only for a single package (#1946)
This commit is contained in:
committed by
Bastian Köcher
parent
8d290f6110
commit
a4168f2515
@@ -237,11 +237,13 @@ Then build the code:
|
||||
cargo build # Builds all native code
|
||||
----
|
||||
|
||||
You can run the tests if you like:
|
||||
You can run all the tests if you like:
|
||||
|
||||
[source, shell]
|
||||
cargo test --all
|
||||
|
||||
Or just run the tests of a specific package (i.e. `cargo test -p srml-assets`)
|
||||
|
||||
You can start a development chain with:
|
||||
|
||||
[source, shell]
|
||||
|
||||
Reference in New Issue
Block a user