Create config.yml (#252)

This commit is contained in:
Chris O'Haver 2021-07-06 08:40:36 -04:00 committed by GitHub
parent e13bd2af8c
commit e2cf17fb00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ jobs:
name: Run Kubernetes deployment tests
command: |
cd ~/go/src/${CIRCLE_PROJECT_USERNAME}/ci/test/k8sdeployment
go mod download
go mod tidy
GO111MODULE=on go test -v ./...
workflows: