mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-04 09:43:08 +02:00
Set build-max to 2 for Github actions.
Github runners only provide 2 virtual CPUs so the default build-max of 4 is not ideal.
This commit is contained in:
parent
9345fe4cb2
commit
a7491182dc
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -49,4 +49,4 @@ jobs:
|
||||
path: pgbackrest
|
||||
|
||||
- name: Run Test
|
||||
run: cd ${HOME?} && ${GITHUB_WORKSPACE?}/pgbackrest/test/ci.pl ${{matrix.param}}
|
||||
run: cd ${HOME?} && ${GITHUB_WORKSPACE?}/pgbackrest/test/ci.pl ${{matrix.param}} --param=build-max=2
|
||||
|
Loading…
Reference in New Issue
Block a user