fix/typo in make test
This commit is contained in:
parent
de03529dfb
commit
32066a56af
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user