ソースを参照

Fix path to wallet (#954)

guibescos 2 年 前
コミット
ea8b512759
1 ファイル変更2 行追加2 行削除
  1. 2 2
      governance/remote_executor/Anchor.toml

+ 2 - 2
governance/remote_executor/Anchor.toml

@@ -8,7 +8,7 @@ url = "https://anchor.projectserum.com"
 
 [provider]
 cluster = "localnet"
-wallet = "/Users/gbescos/.config/solana/id.json"
+wallet = "~/.config/solana/id.json"
 
 [scripts]
-test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
+test = "cargo test-bpf"