From f97c8a09ed29b9d4eed5377bc143bc4cc7f5432d Mon Sep 17 00:00:00 2001 From: krishpranav Date: Mon, 6 Dec 2021 21:44:51 +0530 Subject: [PATCH] circleci workflow --- .circleci/config.yml | 7 ------- 1 file changed, 7 deletions(-) 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: