fix #5: fix ci testscript under windows by adding clean dep to test (#21)

Co-authored-by: Thomas von Dein <tom@vondein.org>
This commit is contained in:
T.v.Dein
2025-02-12 13:00:58 +01:00
committed by GitHub
parent 83de01b349
commit 6d2800c72e
2 changed files with 2 additions and 2 deletions

View File

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