Skip to content

Commit

Permalink
Test outstream
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Oct 24, 2023
1 parent 966e0a4 commit 44f0ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Run the tests
timeout-minutes: 15
run: pytest -W default -vv || pytest --vv -W default --lf
run: pytest -W default -vv -s -k test_outstream || pytest --vv -s -k test_outstream -W default --lf

test_miniumum_versions:
name: Test Minimum Versions
Expand Down

0 comments on commit 44f0ed0

Please sign in to comment.