Skip to content

Commit

Permalink
Test examples in github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SabineHaas committed May 29, 2021
1 parent 38953e3 commit c9ba166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Test with pytest
run: |
coverage run -m pytest tests/
coverage run -m pytest tests/ examples/
- name: Check test coverage
run: |
Expand Down

0 comments on commit c9ba166

Please sign in to comment.