🔧 chore(Makefile): add install_backend target to tests target to ensure backend dependencies are installed before running tests
This commit is contained in:
parent
20e14d49b4
commit
2db9fa8ce8
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -19,6 +19,7 @@ coverage:
|
|||
--cov-report term-missing:skip-covered
|
||||
|
||||
tests:
|
||||
@make install_backend
|
||||
poetry run pytest tests -n auto
|
||||
|
||||
format:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue