diff options
author | 2021-02-25 12:13:14 -0500 | |
---|---|---|
committer | 2021-02-25 18:13:14 +0100 | |
commit | 4843cdfe1eaf871fea38b9219ac0cf818b615122 (patch) | |
tree | 540bee5ad69a35949abdfa1c9d73326cc53f1c36 | |
parent | 9d3a84377cae13c38e5530f7bafe00a4e43d45cd (diff) | |
download | coredns-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.yml | 1 |
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: |