diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index a54725e..93183c5 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -41,7 +41,13 @@ jobs: - name: Dist test run: | make distcheck - + - name: Archive test log file + uses: actions/upload-artifact@v2 + with: + name: dist-report + path: test-suite.log + + # x86_macos: # # runs-on: macos-latest