Skip to content

Commit

Permalink
ci(tests): ./examples/basic_usage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 9, 2024
1 parent eb1a529 commit 86578d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Test with pytest
run: poetry run py.test --cov=./ --cov-report=xml

- name: Test with pytest
run: poetry run ./examples/basic_usage.py

- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 86578d2

Please sign in to comment.