Add diagnostics to build log

pull/102/head
Jim Hanley 2020-01-14 15:06:48 -05:00
parent cf594e3d40
commit f73e062a16
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: make
run: cd src && make
run: cd src && make V=1
- name: make check
run: make check
- name: make distcheck