File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ before_install:
1414script :
1515 - go vet
1616 - go test -race -coverprofile=coverage.txt -covermode=atomic
17+ - make sharness
1718
1819after_success :
1920 - bash <(curl -s https://codecov.io/bash)
2021
2122cache :
2223 directories :
2324 - $GOPATH/src/gx
24- - $GOPATH/pkg
2525
2626notifications :
2727 email : false
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ deps: gx
66 gx --verbose install --global
77 gx-go rewrite
88
9+ sharness : deps
10+ git clone https://github.com/multiformats/multihash.git $(PWD ) /sharness
11+ cd $(PWD ) /multihash && go build -v . && ls && chmod +x ./multihash
12+ export MULTIHASH_BIN=" $( PWD) /multihash/multihash" && export TEST_EXPENSE=1 && make -j1 -C $(PWD ) /sharness/tests/sharness
13+
914publish :
1015 gx-go rewrite --undo
1116
You can’t perform that action at this time.
0 commit comments