make check
popd
- name: Display test logs
+ if: ${{ always() }}
run: cat tests/gunit/test-suite.log
- name: Collate code coverage results
run: lcov -d . -c > lcov.info
- name: Run functional tests
run: make check
- name: Display test logs
+ if: ${{ always() }}
run: cat tests/ftests/ftests.sh.log
- name: Archive test logs
if: ${{ always() }}
- name: Run functional tests
run: make check
- name: Display test logs
+ if: ${{ always() }}
run: cat tests/ftests/ftests.sh.log
- name: Archive test logs
if: ${{ always() }}