Browse Source

travis, examples: Run lockup in CI

Armani Ferrante 4 năm trước cách đây
mục cha
commit
1681afda49
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 0
      .travis.yml
  2. 1 1
      examples/lockup/Anchor.toml

+ 1 - 0
.travis.yml

@@ -50,6 +50,7 @@ jobs:
         - pushd examples/spl/token-proxy && anchor test && popd
         - pushd examples/multisig && anchor test && popd
         - pushd examples/interface && anchor test && popd
+        - pushd examples/lockup && anchor test && popd
         - pushd examples/tutorial/basic-0 && anchor test && popd
         - pushd examples/tutorial/basic-1 && anchor test && popd
         - pushd examples/tutorial/basic-2 && anchor test && popd

+ 1 - 1
examples/lockup/Anchor.toml

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