From 80a25af1a313b9f5fee2f66adb3dcc4439c92a1e Mon Sep 17 00:00:00 2001 From: justinFrevert <81839854+justinFrevert@users.noreply.github.com> Date: Wed, 12 Jan 2022 12:34:17 -0500 Subject: [PATCH] Update test commands according to current process (#4703) --- polkadot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/README.md b/polkadot/README.md index a3d57650f5..7679ebec59 100644 --- a/polkadot/README.md +++ b/polkadot/README.md @@ -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: