summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 645cfc4..45da93b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ lint:
-revive ./...
test:
- go run ./cmd/ciigo-example embed
+ find ./testdata -name "*.html" -delete
CGO_ENABLED=1 go test -failfast -v -race -p=1 -coverprofile=cover.out ./...
go tool cover -html=cover.out -o cover.html