download -> tidy (#4664)

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Chris O'Haver
2021-06-04 13:52:30 -04:00
committed by GitHub
parent 846ace3f51
commit e2f70b976a

View File

@@ -56,7 +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 mod tidy
go test -v ./... go test -v ./...
workflows: workflows: