Files
maxwarden/vendor/maragu.dev/gomponents-htmx/Makefile
2025-03-06 23:54:11 -05:00

13 lines
163 B
Makefile

.PHONY: cover
cover:
go tool cover -html=cover.out
.PHONY: lint
lint:
golangci-lint run
.PHONY: test
test:
go test -coverprofile=cover.out -shuffle on ./...