Skip to content

Commit

Permalink
Add test_cli to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Mar 3, 2025
1 parent 55cf04f commit 831d8c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
# run: |
# uv run pytest ./tests/test_all_docs.py

- name: CLI tests
run: |
uv run pytest ./tests/test_cli.py
if: ${{ success() || failure() }}

- name: Final answer tests
run: |
uv run pytest ./tests/test_final_answer.py
Expand Down

0 comments on commit 831d8c5

Please sign in to comment.