Skip to content

Commit

Permalink
tests: fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Jan 12, 2025
1 parent dcee2f9 commit fa24ed8
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 @@ -9,7 +9,7 @@ tests:

tests-basic:
poetry run pytest tests/basic
poetry run pytest tests/test_api.py
poetry run pytest -s tests/test_api.py
poetry run pytest tests/test_runner_caching.py

lint:
Expand Down

0 comments on commit fa24ed8

Please sign in to comment.