diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 900366c31..9823e747c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,3 +64,10 @@ jobs: with: name: ${{ matrix.os }}-${{ matrix.ocaml-version }}-stdio path: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/sys/stdio.h + + - name: Upload test log + uses: actions/upload-artifact@v3 + if: always() + with: + name: ${{ matrix.os }}-${{ matrix.ocaml-version }}-stdlib + path: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdlib.h