aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2021-02-25 12:13:14 -0500
committerGravatar GitHub <noreply@github.com> 2021-02-25 18:13:14 +0100
commit4843cdfe1eaf871fea38b9219ac0cf818b615122 (patch)
tree540bee5ad69a35949abdfa1c9d73326cc53f1c36
parent9d3a84377cae13c38e5530f7bafe00a4e43d45cd (diff)
downloadcoredns-4843cdfe1eaf871fea38b9219ac0cf818b615122.tar.gz
coredns-4843cdfe1eaf871fea38b9219ac0cf818b615122.tar.zst
coredns-4843cdfe1eaf871fea38b9219ac0cf818b615122.zip
rebuild go.mod/sum with go mod download before go test (#4487)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
-rw-r--r--.circleci/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index cd9c2b2f6..71793621c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -56,6 +56,7 @@ jobs:
name: Run Kubernetes tests
command: |
cd ~/go/src/${CIRCLE_PROJECT_USERNAME}/ci/test/kubernetes
+ go mod download
go test -v ./...
workflows: