diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index cbaeab1..2032472 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -23,6 +23,11 @@ jobs: make -j 8 make -j check make distcheck + - name: Archive test log file + uses: actions/upload-artifact@v2 + with: + name: test-suite.log + path: test-suite.log # x86_macos: #