travis, examples: Add permissioned markets (#584)

This commit is contained in:
Zorro 2021-08-06 18:09:18 -04:00 committed by GitHub
parent 9ed18dc888
commit 098c2a0048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -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:

View File

@ -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/"

@ -1 +1 @@
Subproject commit 814c1fd05b00ae99d68d8f9617cc3868b7aceae1
Subproject commit 9f776c45fa37ec80109ea1f46461a75125f3f334