Skip to content

Commit

Permalink
test.yml: run the example as part of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
masenf committed Jan 17, 2023
1 parent b2e0a0b commit 0f8ea8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
python -m pip install tox tox-gh-actions coveralls
- name: Test with tox
run: tox -- tests/integration --cov tox_ignore_env_name_mismatch
- name: Example should work
run: |
cd examples/
tox -vv
- name: Upload coverage data
if: always()
run: coveralls --service=github
Expand Down

0 comments on commit 0f8ea8a

Please sign in to comment.