Skip to content

Commit

Permalink
update circle to run unit and integration tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalhoun committed Oct 7, 2019
1 parent 1389479 commit 508b369
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,13 @@ workflows:
only: /^v.*/
- integration_test:
requires:
- unit_test
- install_dependencies
filters:
tags:
only: /^v.*/
- build:
requires:
- unit_test
- integration_test
filters:
tags:
Expand Down

0 comments on commit 508b369

Please sign in to comment.