diff --git a/.circleci/config.yml b/.circleci/config.yml index c4ec8d0..34fcb48 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,13 +19,6 @@ jobs: key: go-mod-v4-{{ checksum "go.sum" }} paths: - "/go/pkg/mod" - - run: - name: Run tests - command: | - mkdir -p /tmp/test-reports - gotestsum --junitfile /tmp/test-reports/unit-tests.xml - - store_test_results: - path: /tmp/test-reports workflows: workflowbuild: