Skip to content

Commit

Permalink
fix: remove test-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
vambolapert committed Mar 21, 2023
1 parent 0c8cd0e commit 81a9ee9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

set -ex

# setup environment
sh -c "$(curl -sSfL https://release.solana.com/edge/install)"
PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
solana --version
# # setup environment
# sh -c "$(curl -sSfL https://release.solana.com/edge/install)"
# PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
# solana --version

# build and test
npm install
Expand Down

0 comments on commit 81a9ee9

Please sign in to comment.