We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2fb86 commit e269bbcCopy full SHA for e269bbc
.github/workflows/ccpp.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: make
27
run: make -j$(nproc)
28
- name: make check
29
- run: make check
+ run: make check || { cat tests/test-suite.log; exit 1; }
30
- name: make distcheck
31
run: make distcheck
32
- name: make install
.github/workflows/ell-master.yml
@@ -36,4 +36,4 @@ jobs:
36
37
38
39
.github/workflows/ell-min.yml
@@ -34,4 +34,4 @@ jobs:
34
35
0 commit comments