Skip to content

Commit

Permalink
Enable unit test in buildbots.
Browse files Browse the repository at this point in the history
  • Loading branch information
Segev BenZvi committed Aug 19, 2024
1 parent c5be15d commit 0f217a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- name: Run example script
run: |
python BEMEWS_example.py
- name: Test with pytest
run: |
pytest -v
- name: Upload distributions
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0f217a7

Please sign in to comment.