Declare all jobs in matrix.include (#10327)
Declare all jobs using matrix.include
This commit is contained in:
parent
75d9019e6f
commit
49eddad77e
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -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
|
||||
|
7
.github/workflows/ubuntu.yml
vendored
7
.github/workflows/ubuntu.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user