update make file
This commit is contained in:
parent
466c158f15
commit
c8d231c331
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
|
@ -23,7 +23,11 @@ tests:
|
|||
poetry run pytest tests
|
||||
|
||||
tests_frontend:
|
||||
cd src/frontend && ./run-tests.sh
|
||||
ifeq ($(UI), true)
|
||||
cd src/frontend && ./run-tests.sh --ui
|
||||
else
|
||||
cd src/frontend && ./run-tests.sh
|
||||
endif
|
||||
|
||||
format:
|
||||
poetry run black .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue