diff --git a/docs/src/cli/commands.md b/docs/src/cli/commands.md index 40f8400b7..6aec6664b 100644 --- a/docs/src/cli/commands.md +++ b/docs/src/cli/commands.md @@ -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/
..log`