Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Mar 2, 2021
1 parent bd4a47a commit cab26a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
run: |
export ${{ matrix.env }}
pytest -v geoopt tests --durations=0 --doctest-modules ${COVERAGE}
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${PYTORCH_CHANNEL}-${PYTORCH_VERSION}
parallel: true
finish:
needs: test
runs-on: ubuntu-latest
Expand All @@ -58,3 +64,4 @@ jobs:
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit cab26a5

Please sign in to comment.