mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-06 10:56:30 -05:00
Fix CI (actually make it fail)
This commit is contained in:
parent
76279cb410
commit
2b43101057
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: make
|
||||
run: make
|
||||
- name: check
|
||||
run: make check || cat test-suite.log
|
||||
run: make check || cat test-suite.log && false
|
||||
- name: install
|
||||
run: sudo make install
|
||||
|
||||
|
|
Loading…
Reference in a new issue