1
0
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:
David Steele 2021-01-04 09:18:17 -05:00
parent 9345fe4cb2
commit a7491182dc

View File

@ -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