Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Feb 21, 2021
1 parent 7976a09 commit 779ba45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,13 @@ jobs:
- name: Run Tests
shell: bash -l {0}
run: |
export ${{ matrix.env }}
pytest -v geoopt tests --durations=0 --doctest-modules ${COVERAGE}
- name: Coverage
shell: bash -l {0}
run: if [[ $COVERAGE ]]; then coveralls; fi
run: |
export ${{ matrix.env }}
if [[ $COVERAGE ]]; then coveralls; fi

0 comments on commit 779ba45

Please sign in to comment.