mirror of https://github.com/status-im/consul.git
Add Makefile hack for tests to run
This commit is contained in:
parent
cc2c98f961
commit
ecb05cc957
|
@ -42,6 +42,7 @@ dev: changelogfmt vendorfmt dev-build
|
|||
dev-build:
|
||||
@echo "--> TEMPORARY HACK: installing hashstructure to make CI pass until we vendor it upstream"
|
||||
go get github.com/mitchellh/hashstructure
|
||||
go get github.com/stretchr/testify/mock
|
||||
@echo "--> Building consul"
|
||||
mkdir -p pkg/$(GOOS)_$(GOARCH)/ bin/
|
||||
go install -ldflags '$(GOLDFLAGS)' -tags '$(GOTAGS)'
|
||||
|
|
Loading…
Reference in New Issue