瀏覽代碼

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"