mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-14 18:58:40 +08:00
.travis: split go and sharness tests
Following: https://github.com/ipfs/infrastructure/issues/20#issuecomment-102665147 License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:

committed by
Juan Batiz-Benet

parent
c153554866
commit
7bf18cafe0
@ -10,7 +10,9 @@ go:
|
|||||||
- 1.3
|
- 1.3
|
||||||
- 1.4
|
- 1.4
|
||||||
|
|
||||||
script:
|
env:
|
||||||
- make test
|
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive
|
||||||
|
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_sharness_expensive
|
||||||
|
|
||||||
env: TEST_NO_FUSE=1 TEST_VERBOSE=1
|
script:
|
||||||
|
- make $TEST_SUITE
|
||||||
|
Reference in New Issue
Block a user