Merge pull request #451 from prometheus/beorn7/ci
Add test-short target and use it in CI
This commit is contained in:
commit
676eaf6b94
|
@ -8,5 +8,5 @@ go:
|
|||
- 1.10.x
|
||||
|
||||
script:
|
||||
- make check_license style unused test
|
||||
- make check_license style unused test-short
|
||||
- if [[ ! $TRAVIS_GO_VERSION =~ ^1\.(7|8)\.[x0-9]+$ ]]; then make staticcheck; fi
|
||||
|
|
Loading…
Reference in New Issue