Skip to content

Commit

Permalink
Merge pull request #138 from galaxyproject/nuwang-remove-runslow
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
nuwang authored Sep 4, 2024
2 parents 50ac513 + 704152c commit dda0acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: pip install tox

- name: Run tox
run: tox -e py${{ matrix.python-version }} -- --runslow
run: tox -e py${{ matrix.python-version }}
env:
PYTHONUNBUFFERED: "True"

Expand Down

0 comments on commit dda0acb

Please sign in to comment.