ci: make examples non-blocking since they run against the public testnet

This commit is contained in:
Michael Vines 2019-05-28 08:53:23 -07:00
parent d000485f7c
commit 95a3a78e57
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ script:
- ./examples/bpf-rust-noop/build.sh
- npm run localnet:update
- npm run localnet:up
- npm run examples
- npm run examples || true
- npm run test:live
- npm run localnet:down