Sfoglia il codice sorgente

Fix path to wallet (#954)

guibescos 2 anni fa
parent
commit
ea8b512759
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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"