Skip to content

Commit

Permalink
#45 Bring Tests into CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mich-master committed Jun 2, 2022
1 parent 9b8a597 commit ecaed7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -euo pipefail

solana config -u ${SOLANA_URL:-http://localhost:8899}
solana config set --url ${SOLANA_URL:-http://localhost:8899}

./init-governance.sh

0 comments on commit ecaed7d

Please sign in to comment.