Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 committed Oct 11, 2024
1 parent a2fd783 commit 2ffba00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ help:
@echo "$$helpMessage"

test:
go test -v ./cmd/... ./src/...
go test -v ./cmd/... ./src/...

lint:
GOOS=darwin GOARCH=arm64 gomodrun golangci-lint run ./cmd/... ./src/... --verbose
Expand Down

0 comments on commit 2ffba00

Please sign in to comment.