Skip to content

Commit d4472b9

Browse files
committed
Try adding all variables to the matrix
1 parent 2b39b5a commit d4472b9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,18 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
os: [ubuntu-latest]
33+
config: []
34+
name: [Default]
35+
pkgs: []
36+
env: []
37+
notest-cflags: []
3338
include:
3439
# -------------------------------------------------------------------------
3540
- name: Empty APLOGNO() test
3641
env: |
3742
SKIP_TESTING=1
3843
TEST_LOGNO=1
3944
# -------------------------------------------------------------------------
40-
- name: Default
41-
# -------------------------------------------------------------------------
4245
- name: All-static modules
4346
config: --enable-mods-static=reallyall
4447
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)