diff --git a/.circleci/config.yml b/.circleci/config.yml index 472c33c10..df56ea8d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -106,8 +106,8 @@ jobs: keys: - go-mod-{{ checksum "go.mod" }} - go-mod- - - run: make check-generated - run: make test TEST_FLAGS="-race -tags integration -timeout 60s" + - run: make check-generated - run: make all - run: make e2e - run: make test-docs