Archive logs

This commit is contained in:
James Robson 2021-02-03 21:38:24 +00:00
parent 7fe5a08b23
commit 96219692a4

View file

@ -77,3 +77,7 @@ jobs:
pushd gnu
unbuffer timeout 3600 make -j "$(nproc)" check SUBDIRS=. RUN_EXPENSIVE_TESTS=yes RUN_VERY_EXPENSIVE_TESTS=yes VERBOSE=no || :
- uses: actions/upload-artifact@v2
with:
name: test-report
path: gnu/tests/**/*.log