diff options
author | Joshua Sing <joshua@joshuasing.dev> | 2025-04-13 00:59:35 +1000 |
---|---|---|
committer | Joshua Sing <joshua@joshuasing.dev> | 2025-04-13 00:59:35 +1000 |
commit | a516251595b6451806372d5f7d08deb581a4824c (patch) | |
tree | b8de9ac635fc9129ab43aa22907c2480592f20f7 | |
parent | 1cee3363decb5c59299e437ebcd400e2f7d8e318 (diff) | |
download | portable-a516251595b6451806372d5f7d08deb581a4824c.tar.gz portable-a516251595b6451806372d5f7d08deb581a4824c.tar.bz2 portable-a516251595b6451806372d5f7d08deb581a4824c.zip |
ci: print test suite log on failure
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6fa3f53..fd0650e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml | |||
@@ -40,7 +40,7 @@ jobs: | |||
40 | uses: actions/checkout@v4 | 40 | uses: actions/checkout@v4 |
41 | 41 | ||
42 | - name: "Run tests" | 42 | - name: "Run tests" |
43 | run: ./scripts/test | 43 | run: ./scripts/test || cat tests/test-suite.log |
44 | env: | 44 | env: |
45 | ARCH: "${{ matrix.arch }}" | 45 | ARCH: "${{ matrix.arch }}" |
46 | CC: "${{ matrix.compiler }}" | 46 | CC: "${{ matrix.compiler }}" |