mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user