diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80c4290..c17cd42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,5 +16,7 @@ jobs: - name: Install dependencies run: | pip install tox - - name: Run tox + - name: Run linters + run: tox -e pep8 + - name: Run unit tests run: tox -e py