From 5f12f2705a29cf9aaff89c6d1f319f080e8d68aa Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 24 Jan 2026 21:49:29 +0700 Subject: all: fix test on GoEmbed Seems like we use "find ... -delete" for a reason that I forgot. It should not be like that, we will fix it later. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dac9ae9..39a3bb9 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ lint: .PHONY: test test: + 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 -- cgit v1.3