Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tricky-rules-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-solana-program": patch
---

Not start validator for Rust client tests
3 changes: 0 additions & 3 deletions template/clients/rust/scripts/client/test-rust.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down