Explorar el Código

Fix path to wallet (#954)

guibescos hace 2 años
padre
commit
ea8b512759
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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"