Projects STRLCPY maigret Commits 28733282
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/workflows/python-package.yml
    skipped 25 lines
    26 26   - name: Install dependencies
    27 27   run: |
    28 28   python -m pip install --upgrade pip
    29  - python -m pip install flake8 pytest
     29 + python -m pip install flake8 pytest pytest-rerunfailures
    30 30   if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
    31 31   - name: Test with pytest
    32 32   run: |
    33  - pytest
     33 + pytest --reruns 3 --reruns-delay 5
    34 34   
Please wait...
Page is in error, reload to recover