Skip to content

Commit

Permalink
circleci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
krishpranav committed Dec 6, 2021
1 parent d506633 commit f97c8a0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f97c8a0

Please sign in to comment.