Update tests.yml

This commit is contained in:
Charles Packer
2023-10-31 15:31:56 -07:00
committed by GitHub
parent 6f8db9b7f3
commit 351dc4ef22

View File

@@ -27,6 +27,10 @@ jobs:
run: |
poetry install
- name: Install pexpect for testing the interactive CLI
run: |
poetry add --dev pexpect
- name: Run tests with pytest
run: |
poetry run pytest -s tests