Skip to content

Commit

Permalink
Tests invoke fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xfenix committed Jul 12, 2020
1 parent aaf8cfd commit c57bd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pipenv run pip uninstall hmin
- name: Run tests
run: |
pipenv run pytest -n2 --cov=./ --cov-report=xml
pipenv run pytest -n2 hmin --cov=./ --cov-report=xml
- name: Upload code coverage to be accessed in next job
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit c57bd00

Please sign in to comment.