Skip to content

Commit

Permalink
Generating new keys for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Jul 26, 2023
1 parent 70d4f15 commit a9500d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cross-chain-solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
run: |
sh -c "$(curl -sSfL https://release.solana.com/v1.16.5/install)"
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
solana config get
solana-keygen new --force
solana config set -u devnet
- name: Install Anchor
run: |
Expand All @@ -77,7 +76,6 @@ jobs:
- name: Run tests
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
solana-keygen new
yarn test
contracts-format:
Expand Down
2 changes: 1 addition & 1 deletion cross-chain/solana/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ url = "https://api.apr.dev"

[provider]
cluster = "Localnet"
wallet = "/Users/dp/.config/solana/id.json"
wallet = "~/.config/solana/id.json"

[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"

0 comments on commit a9500d5

Please sign in to comment.