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
|
||||
- stage: Test unit and integration
|
||||
script:
|
||||
- make test-unit-race
|
||||
- make test-unit
|
||||
- stage: Test e2e on private network
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue