Skip to content

Commit f86fa27

Browse files
authored
Not start validator for Rust client tests (#14)
* Not start validator * Add changeset
1 parent 1374282 commit f86fa27

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.changeset/tricky-rules-give.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-solana-program": patch
3+
---
4+
5+
Not start validator for Rust client tests

template/clients/rust/scripts/client/test-rust.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
import 'zx/globals';
33
import { workingDirectory } from '../utils.mjs';
44

5-
// Start the local validator if it's not already running.
6-
await $`pnpm validator:restart`;
7-
85
// Run the tests.
96
cd(path.join(workingDirectory, 'clients', 'rust'));
107
const hasSolfmt = await which('solfmt', { nothrow: true });

0 commit comments

Comments
 (0)