From a516251595b6451806372d5f7d08deb581a4824c Mon Sep 17 00:00:00 2001 From: Joshua Sing Date: Sun, 13 Apr 2025 00:59:35 +1000 Subject: ci: print test suite log on failure --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: uses: actions/checkout@v4 - name: "Run tests" - run: ./scripts/test + run: ./scripts/test || cat tests/test-suite.log env: ARCH: "${{ matrix.arch }}" CC: "${{ matrix.compiler }}" -- cgit v1.2.3-55-g6feb