瀏覽代碼

Not start validator for Rust client tests (#14)

* Not start validator

* Add changeset
Fernando Otero 1 年之前
父節點
當前提交
f86fa279eb
共有 2 個文件被更改,包括 5 次插入3 次删除
  1. 5 0
      .changeset/tricky-rules-give.md
  2. 0 3
      template/clients/rust/scripts/client/test-rust.mjs

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