We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775b848 commit aebbd03Copy full SHA for aebbd03
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
pip install pytest pytest-cov -r requirements.txt -r requirements.optional.txt
27
28
- name: Run common unit tests
29
- run: pytest tests/ --ignore=tests/test_fuzzy_run.py
+ run: pytest -s tests/ --ignore=tests/test_fuzzy_run.py
30
31
fuzzy_test:
32
runs-on: ubuntu-latest
@@ -49,7 +49,7 @@ jobs:
49
50
51
- name: Run fuzzy test
52
- run: pytest tests/test_fuzzy_run.py
+ run: pytest -s tests/test_fuzzy_run.py
53
env:
54
PRIME_BACKUP_FUZZY_TEST_SEED: ${{ matrix.seed }}
55
PRIME_BACKUP_FUZZY_TEST_ITERATION: ${{ matrix.seed == '0' && '5000' || '500' }}
0 commit comments