Skip to content

Commit f97c8a0

Browse files
committed
circleci workflow
1 parent d506633 commit f97c8a0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ jobs:
1919
key: go-mod-v4-{{ checksum "go.sum" }}
2020
paths:
2121
- "/go/pkg/mod"
22-
- run:
23-
name: Run tests
24-
command: |
25-
mkdir -p /tmp/test-reports
26-
gotestsum --junitfile /tmp/test-reports/unit-tests.xml
27-
- store_test_results:
28-
path: /tmp/test-reports
2922

3023
workflows:
3124
workflowbuild:

0 commit comments

Comments
 (0)