mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 09:52:20 +08:00
go install in travis test
This commit is contained in:
@ -7,8 +7,9 @@ go:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
- cd test/
|
- cd cmd/ipfs && go install # test it can be compiled
|
||||||
- make
|
- cd ../../test/
|
||||||
|
- make # sharness tests
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
env: TEST_NO_FUSE=1
|
env: TEST_NO_FUSE=1
|
||||||
|
Reference in New Issue
Block a user