Skip to content

Commit

Permalink
ensure test and docker are run even when testing/release tool update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHlt authored and benjaminguttmann-avtq committed Apr 18, 2023
1 parent bc4d329 commit faf77ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ all: format build test
deps:
@$(GO) get github.com/onsi/ginkgo/ginkgo
@$(GO) get github.com/onsi/gomega
$(GO) mod vendor

format:
@echo ">> formatting code"
Expand All @@ -36,6 +37,7 @@ promu:
@GOOS=$(shell uname -s | tr A-Z a-z) \
GOARCH=$(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m))) \
$(GO) get -u github.com/prometheus/promu
$(GO) mod vendor

build: promu
@echo ">> building binaries"
Expand Down

0 comments on commit faf77ea

Please sign in to comment.