Skip to content

Commit

Permalink
Disable slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Aug 25, 2024
1 parent af57588 commit c9cffe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +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 }} -- --runslow
env:
PYTHONUNBUFFERED: "True"
Expand Down

0 comments on commit c9cffe2

Please sign in to comment.