Skip to content

Commit

Permalink
travis, examples: Add permissioned markets (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
badass-commits authored Aug 6, 2021
1 parent 9ed18dc commit 098c2a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- pushd examples/multisig && anchor test && popd
- pushd examples/interface && anchor test && popd
- pushd examples/lockup && anchor test && popd
- pushd examples/permissioned-markets/deps/serum-dex/dex && cargo build-bpf && cd ../../../ && anchor test && popd
- <<: *examples
name: Runs the examples 2
script:
Expand Down
3 changes: 3 additions & 0 deletions examples/permissioned-markets/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ wallet = "~/.config/solana/id.json"
[[test.genesis]]
address = "9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin"
program = "./deps/serum-dex/dex/target/deploy/serum_dex.so"

[scripts]
test = "mocha -t 1000000 tests/"

0 comments on commit 098c2a0

Please sign in to comment.