This will provide us the test log, without having to fiddle with upload
actions. Which is particularly funky since:
- v4 requires distinct names
- symbols like : (as in our container name) are not supported
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/179
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
- name: test (meson)
if: ${{ matrix.build == 'meson' }}
- run: cd build && meson test
+ run: cd build && meson test || meson test --verbose
- name: test (autotools)
if: ${{ matrix.build == 'autotools' }}
- name: test (32bit) (meson)
if: ${{ matrix.build == 'meson' && matrix.container.multilib == 'true' }}
- run: cd build32 && meson test
+ run: cd build32 && meson test || meson test --verbose