Skip to content

Commit

Permalink
ci: prebuild mining node on cucumber tests (#3221)
Browse files Browse the repository at this point in the history
Co-authored-by: mergequeue[bot] <48659329+mergequeue[bot]@users.noreply.github.com>
  • Loading branch information
stringhandler and aviator-app[bot] committed Aug 22, 2021
1 parent f040427 commit 8a0b3c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ commands:
- run:
name: Pre-build mmproxy
command: cargo build --release --bin tari_merge_mining_proxy
- run:
name: Pre-build mining_node
command: cargo build --release --bin tari_mining_node
- run:
name: Run cucumber scenarios
command: cd integration_tests && mkdir -p cucumber_output && node_modules/.bin/cucumber-js --tags "not @long-running and not @broken and not @flaky and not @wallet-ffi" --format json:cucumber_output/tests.cucumber
Expand Down

0 comments on commit 8a0b3c6

Please sign in to comment.