examples: Basic-5 toml change and run in CI (#215)

This commit is contained in:
Armani Ferrante 2021-04-21 00:40:05 +08:00 committed by GitHub
parent 14edcb038d
commit 2bd84f23b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -69,3 +69,4 @@ jobs:
- pushd examples/tutorial/basic-2 && anchor test && popd
- pushd examples/tutorial/basic-3 && anchor test && popd
- pushd examples/tutorial/basic-4 && anchor test && popd
- pushd examples/tutorial/basic-5 && anchor test && popd

View File

@ -1,2 +1,2 @@
cluster = "localnet"
wallet = "/home/armaniferrante/.config/solana/id.json"
wallet = "~/.config/solana/id.json"