Declare all jobs in matrix.include (#10327)

Declare all jobs using matrix.include
This commit is contained in:
Takashi Kokubun 2024-03-21 16:44:56 -07:00 committed by GitHub
parent 75d9019e6f
commit 49eddad77e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 8 deletions

View File

@ -24,10 +24,8 @@ jobs:
make:
strategy:
matrix:
test_task: ['check']
test_opts: ['']
os: ['']
include:
- test_task: check
- test_task: test-all
test_opts: --repeat-count=2
- test_task: test-bundler-parallel

View File

@ -24,12 +24,9 @@ jobs:
make:
strategy:
matrix:
test_task: [check]
arch: ['']
configure: ['cppflags=-DVM_CHECK_MODE']
os: ['']
# specifying other jobs with `include` to avoid redundant tests
include:
- test_task: check
configure: 'cppflags=-DVM_CHECK_MODE'
- test_task: check
arch: i686
- test_task: check