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 3f229dd14a
commit 0aaad488ca

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