increase timeout for full regression to 180 seconds. use 8 runners.

This commit is contained in:
Axel Kohlmeyer
2024-09-09 20:29:23 -04:00
parent 274112834b
commit c3162b4488
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,10 @@
name: "Full Regression Test"
on:
pull_request:
branches:
- develop
push:
branches:
- develop
@ -17,9 +21,9 @@ jobs:
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache
strategy:
max-parallel: 4
max-parallel: 8
matrix:
idx: [ 0, 1, 2, 3 ]
idx: [ 0, 1, 2, 3, 4, 5, 6, 7 ]
steps:
- name: Checkout repository