We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719f2a5 commit 1937caaCopy full SHA for 1937caa
.circleci/config.yml
@@ -52,8 +52,8 @@ jobs:
52
keys:
53
- go-getter-modcache-v1-{{ checksum "go.mod" }}
54
- run: |
55
- PACKAGE_NAMES=$(go list ./...)
56
- gotestsum --format=short-verbose --junitfile $TEST_RESULTS/gotestsum-report.xml -- $PACKAGE_NAMES
+ PACKAGE_NAMES=$(go list ./...)
+ gotestsum --format=short-verbose --junitfile $TEST_RESULTS/gotestsum-report.xml -- $PACKAGE_NAMES
57
- store_test_results:
58
path: /tmp/test-results
59
- store_artifacts:
0 commit comments