Skip to content

Commit

Permalink
Try adding all variables to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Jan 20, 2025
1 parent 2b39b5a commit d4472b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,18 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
config: []
name: [Default]
pkgs: []
env: []
notest-cflags: []
include:
# -------------------------------------------------------------------------
- name: Empty APLOGNO() test
env: |
SKIP_TESTING=1
TEST_LOGNO=1
# -------------------------------------------------------------------------
- name: Default
# -------------------------------------------------------------------------
- name: All-static modules
config: --enable-mods-static=reallyall
# -------------------------------------------------------------------------
Expand Down

0 comments on commit d4472b9

Please sign in to comment.