ci: use golang tooling

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
Damien Grisonnet 2020-04-06 12:50:11 +02:00
parent a9df00baec
commit cb49f90491

View File

@ -11,14 +11,11 @@ cache:
- $GOCACHE - $GOCACHE
- $GOPATH/pkg/mod - $GOPATH/pkg/mod
services:
- docker
jobs: jobs:
include: include:
- name: Check generated files - name: Check generated files
script: make --always-make generate-in-docker && git diff --exit-code script: make --always-make generate && git diff --exit-code
- name: Run tests - name: Run tests
script: make --always-make test-in-docker script: make --always-make test
- name: Run e2e tests - name: Run e2e tests
script: GO111MODULE=on ./tests/e2e/travis-e2e.sh script: GO111MODULE=on ./tests/e2e/travis-e2e.sh