Skip to content

Commit

Permalink
ci: add pb generation as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd committed Jul 27, 2024
1 parent a9c56df commit 66de41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test: fmt-check vet test-unittests generate-html-coverage print-coverage
@printf "Sucessfully run tests \n"

.PHONY: get-dependencies
get-dependencies:
get-dependencies: proto/dialout_grpc.pb.go proto/dialout.pb.go
go get -v -t -d ./...

.PHONY: vet
Expand Down

0 comments on commit 66de41b

Please sign in to comment.