◐ Shell
clean mode source ↗

Split Cygwin CI into non-`performance` and `performance` test jobs by EliahKagan · Pull Request #2042 · gitpython-developers/GitPython

Expand Up @@ -10,6 +10,14 @@ jobs: runs-on: windows-latest
strategy: matrix: selection: [fast, perf] include: - selection: fast additional-pytest-args: --ignore=test/performance - selection: perf additional-pytest-args: test/performance
fail-fast: false
env: Expand Down Expand Up @@ -85,6 +93,6 @@ jobs: python --version python -c 'import os, sys; print(f"sys.platform={sys.platform!r}, os.name={os.name!r}")'
- name: Test with pytest - name: Test with pytest (${{ matrix.additional-pytest-args }}) run: | pytest --color=yes -p no:sugar --instafail -vv pytest --color=yes -p no:sugar --instafail -vv ${{ matrix.additional-pytest-args }}