Skip to content

Commit

Permalink
test: updating go version in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Nov 5, 2023
1 parent 1f1cab7 commit ae70aa6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ docs: #@ Generate docs
swag init -g cmd/api/main.go
.PHONY:docs
test: fmt vet #@ Run tests
go test -v -coverprofile=coverage.out ./...
go tool cover -html=coverage.out -o coverage.html

go test -v -coverprofile=coverage.out ./... && go tool cover -html=coverage.out -o coverage.html
fmt: #@ Format the code
go fmt ./...
vet: fmt #@ VET the code
Expand Down

0 comments on commit ae70aa6

Please sign in to comment.