Make testing more verbose, 2nd try

This commit is contained in:
Boian Bonev 2021-10-10 02:26:35 +03:00
parent 782a9425e9
commit 66703bbee7
No known key found for this signature in database
GPG Key ID: 1365720913D2F22D

View File

@ -65,4 +65,6 @@ jobs:
- name: make
run: make -j$(($(nproc)+1))
- name: check
run: make check; cat test/udev-test.pl.log
run: make check
- name: check-log
run: cat test/udev-test.pl.log