diff --git a/.circleci/config.yml b/.circleci/config.yml index d2ac111..4bf63ab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,16 +17,10 @@ workflows: - testing: requires: - checkout - # - building: - # requires: - # - testing - # - linting - # - building: - # requires: - # - publishing - # - publishing: - # requires: - # - building + - publishing: + requires: + - testing + - linting jobs: checkout: executor: go