Add a GitHub Actions workflow on the template repo that runs cookiecutter --no-input to generate a project, then runs that project's make migrations && make test against a Postgres service. This catches template regressions automatically (currently only verified manually).
Add a GitHub Actions workflow on the template repo that runs
cookiecutter --no-inputto generate a project, then runs that project'smake migrations && make testagainst a Postgres service. This catches template regressions automatically (currently only verified manually).