Merge pull request #6 from Haelnorr/development

Fixed makefile test command
This commit is contained in:
2025-02-16 22:38:50 +11:00
committed by GitHub

View File

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