fix/typo in make test

This commit is contained in:
itsscb 2023-09-18 15:14:23 +02:00
parent de03529dfb
commit 32066a56af

View File

@ -34,7 +34,7 @@ sqlcinit:
sqlc init sqlc init
test: test:
go test -v -coverage -short -count=1 ./... go test -v -cover -short -count=1 ./...
coverage: coverage:
go test -coverprofile=coverage.out ./... && go tool cover -html=coverage.out go test -coverprofile=coverage.out ./... && go tool cover -html=coverage.out