diff --git a/Makefile b/Makefile index 7c92eaf..77c65c4 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ tester: test: rm -f **/.projectreshoot-test-database.db go mod tidy && \ + templ generate && \ go generate && \ go test ./...