Turn on test coverage in Makefile/actions

This commit is contained in:
Ben Kraft
2021-04-23 18:18:07 -07:00
parent 6adfe3b237
commit c34c5ff505
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ example:
go run ./example/cmd/example/main.go
check:
go test ./...
go test -cover ./...
genqlient.png: genqlient.svg
convert -density 600 -background transparent "$<" "$@"