Add test_task in the matrix for better labels

They appear on GitHub and this looks nicer.
This commit is contained in:
Takashi Kokubun 2023-10-11 15:56:16 -07:00
Родитель 09a79d39d0
Коммит eee1ea2a0e
1 изменённых файлов: 3 добавлений и 2 удалений

5
.github/workflows/macos.yml поставляемый
Просмотреть файл

@ -34,11 +34,12 @@ jobs:
strategy:
matrix:
test_task: ['check'] # "test-bundler-parallel", "test-bundled-gems"
os: [macos-12]
os: ['macos-12']
configure: ['--enable-shared']
# specifying other jobs with `include` to avoid redundant tests
include:
- os: macos-11
- test_task: 'check'
os: 'macos-11'
configure: ''
fail-fast: false