Skip to content

Commit

Permalink
ci: update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
iret-kawashima committed Nov 1, 2023
1 parent aad425f commit d92e562
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BIN_GOBUMP := github.com/x-motemen/gobump/cmd/gobump@latest
export GO111MODULE=on

.PHONY: check
check: test bench vet cover golangci-lint govulncheck
check: test cover golangci-lint govulncheck

.PHONY: deps
deps: deps-lint deps-govulncheck deps-gobump
Expand All @@ -37,15 +37,7 @@ endif

.PHONY: test
test:
go test -race -cover -v ./... -coverprofile=cover.out -covermode=atomic

.PHONY: bench
bench:
go test -bench . -benchmem

.PHONY: vet
vet:
go vet ./...
go test ./... -v -cover -coverprofile=cover.out

.PHONY: cover
cover:
Expand Down

0 comments on commit d92e562

Please sign in to comment.