diff --git a/.circleci/config.yml b/.circleci/config.yml index 551642f9..25c0f9f2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,3 +32,9 @@ jobs: make testacc| tee ${TEST_RESULTS}/go-test.out - store_test_results: path: /tmp/test-results + +workflows: + version: 2 + build: + jobs: + - build