mirror of https://github.com/docker/docs.git
test-long does run short tests
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
parent
1b7cfb0ce6
commit
72de87593b
|
@ -2,4 +2,4 @@ sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
language: bash
|
language: bash
|
||||||
services: docker
|
services: docker
|
||||||
script: USE_CONTAINER=true make dco fmt lint vet test-short test-long coverage-send
|
script: USE_CONTAINER=true make dco fmt lint vet test-long coverage-send
|
||||||
|
|
Loading…
Reference in New Issue