Skip to content

Commit

Permalink
run correct tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Feb 1, 2021
1 parent d476391 commit 1deb73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- if: matrix.python-version != '2.7' && matrix.python-version != '3.5'
run: make lint
- run: python setup.py --version
- run: make test
- run: make test-${{ matrix.python-version }}
prerelease-test:
runs-on: ubuntu-latest
continue-on-error: true
Expand Down

0 comments on commit 1deb73c

Please sign in to comment.