Fixed makefile test command

This commit is contained in:
2025-02-16 22:37:26 +11:00
parent 414dcbe248
commit 5014052973

View File

@@ -21,6 +21,7 @@ tester:
test:
rm -f **/.projectreshoot-test-database.db
go mod tidy && \
templ generate && \
go generate && \
go test ./...