Skip to content

Commit

Permalink
Merge pull request #722 from kevin1024/run-online-tests-only-once
Browse files Browse the repository at this point in the history
main.yml: Run online tests only once (to save runtime)
  • Loading branch information
hartwork authored Jun 22, 2023
2 parents 6e511b6 + 15e9f18 commit 29e4221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
pip3 install --upgrade pip
pip3 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: |
Expand Down

0 comments on commit 29e4221

Please sign in to comment.