run only one unit tests command in Travis (#1176)
This commit is contained in:
parent
a571eeb7a4
commit
794e799d63
|
@ -16,7 +16,6 @@ jobs:
|
||||||
- make vendor-check
|
- make vendor-check
|
||||||
- stage: Test unit and integration
|
- stage: Test unit and integration
|
||||||
script:
|
script:
|
||||||
- make test-unit-race
|
|
||||||
- make test-unit
|
- make test-unit
|
||||||
- stage: Test e2e on private network
|
- stage: Test e2e on private network
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue