File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ before_script:
2727 - go build ./...
2828 - go test -run xxxx ./...
2929 - make testenv
30-
30+
3131script :
3232 - go fmt ./...
3333 - golint $(go list ./... | grep -v /vendor/) # golint doesn't ignore vendor
Original file line number Diff line number Diff line change @@ -54,9 +54,12 @@ testenv:
5454 @echo " =================== preparing test env ==================="
5555 docker-compose -f test/docker-compose.yml up -d
5656 sleep $(WAIT )
57+ @echo " =================== done ==================="
58+
59+ .PHONY : testenv-integration
60+ testenv-integration : testenv
5761 @echo Connecting testenv IPFS node to RTrade IPFS node for test assets
5862 ipfs --api=/ip4/127.0.0.1/tcp/5001 swarm connect /ip4/172.218.49.115/tcp/5002/ipfs/Qmf964tiE9JaxqntDsSBGasD4aaofPQtfYZyMSJJkRrVTQ
59- @echo " =================== done ==================="
6063
6164# Run simple checks
6265.PHONY : check
You can’t perform that action at this time.
0 commit comments