Skip to content

Commit

Permalink
Merge branch 'master' into tag-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavanki authored Jun 7, 2024
2 parents bde9cd9 + 6e32e9f commit fe42e98
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 @@ -22,15 +22,15 @@ MOQ := $(shell command -v moq 2> /dev/null)
SRC := $(shell find . -name '*.go')
GOLANGCI_LINT := $(shell command -v golangci-lint 2> /dev/null)

vet:
go vet ./...

test: store/awsapi_mock.go
go test -v ./...

coverage:
go test -coverpkg ./... -coverprofile coverage.out ./...

vet:
go vet ./...

lint: vet
ifdef GOLANGCI_LINT
@golangci-lint run --max-same-issues 0 --max-issues-per-linter 0
Expand Down

0 comments on commit fe42e98

Please sign in to comment.