Commit 4843cdfe authored by Chris O'Haver's avatar Chris O'Haver Committed by GitHub

rebuild go.mod/sum with go mod download before go test (#4487)

Signed-off-by: default avatarChris O'Haver <cohaver@infoblox.com>
parent 9d3a8437
...@@ -56,6 +56,7 @@ jobs: ...@@ -56,6 +56,7 @@ jobs:
name: Run Kubernetes tests name: Run Kubernetes tests
command: | command: |
cd ~/go/src/${CIRCLE_PROJECT_USERNAME}/ci/test/kubernetes cd ~/go/src/${CIRCLE_PROJECT_USERNAME}/ci/test/kubernetes
go mod download
go test -v ./... go test -v ./...
workflows: workflows:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment