Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode authored Jun 10, 2021
1 parent 1478381 commit 41e0ad0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
run: |
python3 setup.py build
sudo python3 setup.py install
- name: test
run: |
cd tests
pytest -v
- name: package_dist
run: |
Expand Down

0 comments on commit 41e0ad0

Please sign in to comment.