.github: prefix test logs with current compiler
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
abb093c330
commit
715c52dc21
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -60,8 +60,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd build/dir
|
cd build/dir
|
||||||
make check || (cat test/test-suite.log; false)
|
make check || (cat test/test-suite.log; false)
|
||||||
tar cfz ~/test-logs.tar.gz test/*.log
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: test-logs
|
name: ${{ matrix.compiler }}-test-logs
|
||||||
path: ~/test-logs.tar.gz
|
path: build/dir/test/*.log
|
||||||
|
Loading…
Reference in New Issue
Block a user