Bläddra i källkod

Not start validator for Rust client tests (#14)

* Not start validator

* Add changeset
Fernando Otero 1 år sedan
förälder
incheckning
f86fa279eb

+ 5 - 0
.changeset/tricky-rules-give.md

@@ -0,0 +1,5 @@
+---
+"create-solana-program": patch
+---
+
+Not start validator for Rust client tests

+ 0 - 3
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 });