diff options
author | 2021-06-04 13:52:30 -0400 | |
---|---|---|
committer | 2021-06-04 13:52:30 -0400 | |
commit | e2f70b976a5f5950f55f89eb89c774798e69e3a3 (patch) | |
tree | a22215d872306615ffd92c515e25b402d5d13b90 | |
parent | 846ace3f51e2cbcc747047819215aeaeaed6bee7 (diff) | |
download | coredns-e2f70b976a5f5950f55f89eb89c774798e69e3a3.tar.gz coredns-e2f70b976a5f5950f55f89eb89c774798e69e3a3.tar.zst coredns-e2f70b976a5f5950f55f89eb89c774798e69e3a3.zip |
download -> tidy (#4664)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 71793621c..4f36929fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,7 @@ jobs: name: Run Kubernetes tests command: | cd ~/go/src/${CIRCLE_PROJECT_USERNAME}/ci/test/kubernetes - go mod download + go mod tidy go test -v ./... workflows: |