Provide ability to investigate build errors

Upload the test results so they can be examined outside of the CI system
This commit is contained in:
Hamish Coleman 2023-01-26 23:54:59 +00:00
parent bfc4c5886d
commit b9cf4cbe73

View File

@ -88,6 +88,13 @@ jobs:
run: | run: |
make test make test
- if: ${{ failure() }}
name: Upload tests output
uses: actions/upload-artifact@v2
with:
name: "analysis${{ matrix.flags }}"
path: tests
test_linux: test_linux:
needs: smoketest needs: smoketest
name: Test Linux name: Test Linux