Spit Static check and Coverage in diff Stages

This commit is contained in:
Mohammad Asif Siddiqui 2017-08-08 10:27:34 +08:00 committed by GitHub
parent cf732e846e
commit 9f9eb3f7c7

View file

@ -28,6 +28,10 @@ install:
before_script:
- export PATH=$PATH:$PWD/hack/e2e-internal/
script:
- make fmt lint vet cover
#- make test-e2e
jobs
include:
- stage: Static Check
script: make fmt lint vet
- stage: Coverage
script: make cover
#- make test-e2e