Fix a broken matrix (#7207)

$arch and $configure seem to be just ignored in #7205.
This commit is contained in:
Takashi Kokubun 2023-01-30 23:39:33 -08:00 committed by GitHub
parent 6d1077974f
commit 337189598a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2023-01-31 07:39:53 +00:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View File

@ -26,7 +26,11 @@ jobs:
make:
strategy:
matrix:
entry:
test_task: [check]
arch: ['']
configure: ['']
# specifying all jobs with `include` to avoid redundant tests
include:
- test_task: check
- test_task: check
arch: i686