Skip to content

Commit

Permalink
tests: fix makefile (#277)
Browse files Browse the repository at this point in the history
* feat: add new pipeline of customer support tickets

* fix: reduce optimizer had invalid arg

* tests: fix makefile
  • Loading branch information
shreyashankar authored Jan 12, 2025
1 parent 9773040 commit 9f43682
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 9f43682

Please sign in to comment.