docs: Add reference for `anchor test --skip-local-validator` (#624)

This commit is contained in:
harkl 2021-08-19 14:43:08 +12:00 committed by GitHub
parent 84a2b8200c
commit e11b8efc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ the test.
::: tip Note
Be sure to shutdown any other local validators, otherwise `anchor test` will fail to run.
If you'd prefer to run the program against your local validator use `anchor test --skip-local-validator`.
:::
When running tests we stream program logs to `.anchor/program-logs/<address>.<program-name>.log`