Skip to content

Commit

Permalink
chore: fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Mar 4, 2024
1 parent ec07bb9 commit 31b859d
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 @@ -7,7 +7,7 @@ build-with-coverage:
go build -cover -ldflags "-s -w -X github.com/evilmartians/lefthook/internal/version.commit=$(COMMIT_HASH)" -o lefthook

install: build
cp lefthook $(GOPATH)/bin/
cp lefthook $$(go env GOPATH)/bin

test:
go test -cpu 24 -race -count=1 -timeout=30s ./...
Expand Down

0 comments on commit 31b859d

Please sign in to comment.