fix ci test on windows: use make clean before test

This commit is contained in:
2025-02-12 14:07:16 +01:00
parent a90d6e5c3c
commit 1eb8070beb

View File

@@ -38,7 +38,7 @@ install: buildlocal
clean:
rm -rf $(tool) coverage.out
test:
test: clean
go test -v ./...
singletest: