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

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Chris O'Haver
2021-02-25 12:13:14 -05:00
committed by GitHub
parent 9d3a84377c
commit 4843cdfe1e

View File

@@ -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: