Skip to content

Commit

Permalink
Remove call to generate
Browse files Browse the repository at this point in the history
  • Loading branch information
aburdulescu committed Apr 10, 2023
1 parent 1573ccf commit 7dfc87b
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 @@ -5,7 +5,7 @@ ci: clean build vet test
generate:
go generate ./...

build: generate
build:
CGO_ENABLED=0 go build

vet:
Expand Down

0 comments on commit 7dfc87b

Please sign in to comment.