mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 01:12:24 +08:00
Merge pull request #1251 from ipfs/travis-split-go-sharness
.travis: split go and sharness tests
This commit is contained in:
@ -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