summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index d6d605def1..470137fafc 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