1
1
mirror of https://github.com/tstack/lnav.git synced 2024-11-10 01:34:49 +03:00

[ci] enable debug

This commit is contained in:
Timothy Stack 2021-01-29 21:56:30 -08:00
parent b3e4b5d68d
commit 5c203a2648

View File

@ -22,7 +22,7 @@ jobs:
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure --enable-code-coverage
run: ./configure --enable-code-coverage --enable-debug
- name: make -j2
run: make
- name: make check