diff --git a/_SETUP.md b/_SETUP.md index f904d4d..976630f 100644 --- a/_SETUP.md +++ b/_SETUP.md @@ -198,6 +198,20 @@ yarn run secret:queryPubkey * Reference https://docs.scrt.network/secret-network-documentation/development/readme-1/compile-and-deploy +#### Run Unit Tests + +``` +cd packages/secret-contracts/nunya-contract +make test + +cargo test +# quicker tests +cargo test --lib + +# explicit tests +cargo test --features=backtraces +``` + ### Setup Custom Gateways and Relayers See https://github.com/ltfschoen/SecretPath to deploy the following: