Skip to content

Commit

Permalink
update pytest call
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-spann committed Nov 20, 2023
1 parent 9f78a00 commit bea9186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test: backend

test_cli: backend
make start
cd backend && poetry run pytest
cd backend && poetry run pytest tests/schemas/

# deploy:
# # deploy commands
Expand Down

0 comments on commit bea9186

Please sign in to comment.