diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d6d605def1769f..470137fafc4e57 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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