There was an error while loading. Please reload this page.
1 parent 00d43cd commit 214bf4dCopy full SHA for 214bf4d
1 file changed
{{ cookiecutter.name }}/Makefile
@@ -43,6 +43,7 @@ lint-yaml:
43
fi
44
45
test:
46
+ @mkdir -p static # be sure dir for static files exists
47
uv run pytest --dead-fixtures
48
uv run pytest --create-db --exitfirst --numprocesses ${SIMULTANEOUS_TEST_JOBS}
49
0 commit comments