Skip to content

Commit

Permalink
Fix missing test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca authored and felipejfc committed Jul 29, 2024
1 parent bc5ecf7 commit e843d57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ init-submodules:
@git submodule init

setup-ci:
@go get github.com/mattn/goveralls
@go get -u github.com/wadey/gocovmerge
@go install github.com/mattn/goveralls@latest
@go install github.com/wadey/gocovmerge@latest

setup-protobuf-macos:
@brew install protobuf
@go get github.com/golang/protobuf/protoc-gen-go
@go install github.com/golang/protobuf/protoc-gen-go@latest

run-jaeger-aio:
@docker-compose -f ./examples/testing/docker-compose-jaeger.yml up -d
Expand Down

0 comments on commit e843d57

Please sign in to comment.