Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
faroit committed Apr 16, 2024
1 parent 4a4830c commit eb7034e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ jobs:
env:
PY_COLORS: "1"
run: |
set -o pipefail && python -m pytest tests/ \
-v -x \
--durations=10 \
--timeout=90 \
python -m "pytest tests/" -v -x
- name: CLI tests
run: |
Expand Down

0 comments on commit eb7034e

Please sign in to comment.