diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7404c1..a70829d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,11 +37,7 @@ jobs: python -m pip install --upgrade tox tox-gh-actions - name: Tox tests - shell: bash - run: | - tox - env: - TARGET: ${{ matrix.target }} + run: tox - name: Upload coverage to Coveralls uses: coverallsapp/github-action@master