Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Mar 10, 2024
1 parent 3490eae commit 035b8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ longtest: vendor
$(GO) test -v $(TEST_FLAGS) pkg/*
rm -f pkg/lmd/mock*.sock

citest: vendor
citest: tools vendor
rm -f pkg/lmd/mock*.sock
#
# Checking gofmt errors
Expand Down Expand Up @@ -180,7 +180,7 @@ fmt: generate tools
gofmt -w -s $(SRCFOLDER)
./tools/gofumpt -w $(SRCFOLDER)
./tools/gci write --skip-generated $(SRCFOLDER)
goimports -w $(SRCFOLDER)
./tools/goimports -w $(SRCFOLDER)

generate: tools
set -e; for dir in $(shell ls -d1 pkg/*); do \
Expand Down

0 comments on commit 035b8ff

Please sign in to comment.