diff --git a/Makefile b/Makefile index e4e3d9a5..9c4cddf7 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,11 @@ testjq: fq testcli: fq @pkg/cli/test.sh ./fq pkg/cli/test.exp +.PHONY: actual actual: export WRITE_ACTUAL=1 actual: testgo +.PHONY: cover cover: COVER=-cover -race -coverpkg=./... -coverprofile=cover.out cover: test go tool cover -html=cover.out -o cover.out.html