diff --git a/.changeset/tricky-rules-give.md b/.changeset/tricky-rules-give.md new file mode 100644 index 0000000..e044383 --- /dev/null +++ b/.changeset/tricky-rules-give.md @@ -0,0 +1,5 @@ +--- +"create-solana-program": patch +--- + +Not start validator for Rust client tests diff --git a/template/clients/rust/scripts/client/test-rust.mjs b/template/clients/rust/scripts/client/test-rust.mjs index 16baba2..e5c736e 100755 --- a/template/clients/rust/scripts/client/test-rust.mjs +++ b/template/clients/rust/scripts/client/test-rust.mjs @@ -2,9 +2,6 @@ import 'zx/globals'; import { workingDirectory } from '../utils.mjs'; -// Start the local validator if it's not already running. -await $`pnpm validator:restart`; - // Run the tests. cd(path.join(workingDirectory, 'clients', 'rust')); const hasSolfmt = await which('solfmt', { nothrow: true });