Skip to content

Commit 645f5e6

Browse files
committed
Upload test output as artifact
1 parent 8fecd0f commit 645f5e6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
CFLAGS: -Werror
3333
run: ./configure --enable-dtoa=${{ matrix.dtoa }}
3434
- run: make check
35+
- uses: actions/upload-artifact@v4
36+
if: failure()
37+
with:
38+
name: test-log
39+
path: |
40+
test-suite.log
41+
test/test-suite.log
3542
3643
cmake:
3744
strategy:

0 commit comments

Comments
 (0)