Skip to content

Commit

Permalink
circle: build explorer before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Dec 6, 2021
1 parent 0fe68b7 commit 926a881
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ commands:
name: Build jcli
command: |
cargo build -p jcli --bin jcli << parameters.mode >> << parameters.cargo_behavior >>
- run:
name: Build explorer
command: |
cargo build -p explorer --bin explorer << parameters.mode >> << parameters.cargo_behavior >>
- run:
name: Build tests
command: |
Expand Down

0 comments on commit 926a881

Please sign in to comment.