diff --git a/.circleci/config.yml b/.circleci/config.yml index cc2f5eb..702e2fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -82,5 +82,9 @@ workflows: requires: - build - test1 - + - doc: + requires: + - build + - test1 + - test2