diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78290da..b89b4b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,8 +28,8 @@ jobs: pip install --upgrade pip pip install codecov tox tox-gh-actions - - name: Run tests with tox - run: tox + - name: Run online tests with tox + run: tox -- -m online - name: Run offline tests with tox with no access to the Internet run: |