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 Feb 10, 2024
1 parent f55221f commit 56d9259
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 @@ -12,7 +12,7 @@ test:
go test -race -failfast ./...

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 ./...

coverage:
Expand All @@ -31,8 +31,8 @@ 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 56d9259

Please sign in to comment.