docs: Clarify that solana-test-validator should be closed for anchor test (#616)

This commit is contained in:
harkl 2021-08-17 11:02:06 +12:00 committed by GitHub
parent 6e55078ff3
commit c3a7b42b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -93,7 +93,11 @@ of all workspace programs before running them.
If the configured network is a localnet, then automatically starts the localnetwork and runs
the test.
When running tests we stream program logs to .anchor/program-logs/<address>.<program-name>.log
::: tip Note
Be sure to shutdown any other local validators, otherwise `anchor test` will fail to run.
:::
When running tests we stream program logs to `.anchor/program-logs/<address>.<program-name>.log`
::: tip Note
The Anchor workflow [recommends](https://www.parity.io/paritys-checklist-for-secure-smart-contract-development/)