Skip to content
Snippets Groups Projects
Commit cb49f904 authored by Damien Grisonnet's avatar Damien Grisonnet
Browse files

ci: use golang tooling

parent a9df00ba
No related branches found
No related tags found
No related merge requests found
......@@ -11,14 +11,11 @@ cache:
- $GOCACHE
- $GOPATH/pkg/mod
services:
- docker
jobs:
include:
- 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
script: make --always-make test-in-docker
script: make --always-make test
- name: Run e2e tests
script: GO111MODULE=on ./tests/e2e/travis-e2e.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment