travis: Run misc example in CI

This commit is contained in:
Armani Ferrante 2021-02-12 17:09:27 +08:00
parent 603a2c1859
commit d3daddcca0
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ jobs:
- pushd examples/multisig && anchor test && popd
- pushd examples/interface && anchor test && popd
- pushd examples/lockup && anchor test && popd
- pushd examples/misc && 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