.github: prefix test logs with current compiler

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2022-05-29 16:24:34 +02:00
parent abb093c330
commit 715c52dc21

View File

@ -60,8 +60,7 @@ jobs:
run: |
cd build/dir
make check || (cat test/test-suite.log; false)
tar cfz ~/test-logs.tar.gz test/*.log
- uses: actions/upload-artifact@v3
with:
name: test-logs
path: ~/test-logs.tar.gz
name: ${{ matrix.compiler }}-test-logs
path: build/dir/test/*.log