Skip to content

Commit

Permalink
chore: disable go install
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Mar 21, 2024
1 parent b58852c commit e3c9b66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ all:
$(MAKE) clean

test-color:
go install github.com/haunt98/go-test-color@latest
# go install github.com/haunt98/go-test-color@latest
go-test-color -race -failfast ./...

lint:
golangci-lint run ./...

format:
go install github.com/haunt98/gofimports/cmd/gofimports@latest
go install mvdan.cc/gofumpt@latest
# go install github.com/haunt98/gofimports/cmd/gofimports@latest
# go install mvdan.cc/gofumpt@latest
gofimports -w --company github.com/make-go-great,github.com/haunt98 .
gofumpt -w -extra .

Expand Down

0 comments on commit e3c9b66

Please sign in to comment.