We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b39b5a commit d4472b9Copy full SHA for d4472b9
.github/workflows/linux.yml
@@ -30,15 +30,18 @@ jobs:
30
fail-fast: false
31
matrix:
32
os: [ubuntu-latest]
33
+ config: []
34
+ name: [Default]
35
+ pkgs: []
36
+ env: []
37
+ notest-cflags: []
38
include:
39
# -------------------------------------------------------------------------
40
- name: Empty APLOGNO() test
41
env: |
42
SKIP_TESTING=1
43
TEST_LOGNO=1
44
- - name: Default
- # -------------------------------------------------------------------------
45
- name: All-static modules
46
config: --enable-mods-static=reallyall
47
0 commit comments