mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 09:59:19 -04:00
Merge pull request #7624 from ThomasWaldmann/ci-xdistn-master
CI: try 4 parallel pytest-xdist workers
This commit is contained in:
commit
97782f3f3c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -129,6 +129,7 @@ jobs:
|
|||
# we already have that in the global env, but something is broken and overwrites that.
|
||||
# so, set it here, again.
|
||||
PKG_CONFIG_PATH: "/usr/local/opt/openssl@1.1/lib/pkgconfig:$PKG_CONFIG_PATH"
|
||||
XDISTN: "4"
|
||||
run: |
|
||||
# do not use fakeroot, but run as root. avoids the dreaded EISDIR sporadic failures. see #2482.
|
||||
#sudo -E bash -c "tox -e py"
|
||||
|
|
@ -177,4 +178,4 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
./dist/borg.exe -V
|
||||
pytest --benchmark-skip -vv -rs -k "not remote"
|
||||
pytest -n4 --benchmark-skip -vv -rs -k "not remote"
|
||||
|
|
|
|||
Loading…
Reference in a new issue