Skip to content

Commit aebbd03

Browse files
committed
no capture stdout
1 parent 775b848 commit aebbd03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install pytest pytest-cov -r requirements.txt -r requirements.optional.txt
2727
2828
- name: Run common unit tests
29-
run: pytest tests/ --ignore=tests/test_fuzzy_run.py
29+
run: pytest -s tests/ --ignore=tests/test_fuzzy_run.py
3030

3131
fuzzy_test:
3232
runs-on: ubuntu-latest
@@ -49,7 +49,7 @@ jobs:
4949
pip install pytest pytest-cov -r requirements.txt -r requirements.optional.txt
5050
5151
- name: Run fuzzy test
52-
run: pytest tests/test_fuzzy_run.py
52+
run: pytest -s tests/test_fuzzy_run.py
5353
env:
5454
PRIME_BACKUP_FUZZY_TEST_SEED: ${{ matrix.seed }}
5555
PRIME_BACKUP_FUZZY_TEST_ITERATION: ${{ matrix.seed == '0' && '5000' || '500' }}

0 commit comments

Comments
 (0)