From 090f7892f7f7280f69289dc5e99ab5ed64908269 Mon Sep 17 00:00:00 2001 From: Joshua Sing Date: Sun, 13 Apr 2025 01:09:48 +1000 Subject: scripts/test: use lib64 for loongarch64 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fd0650e..88dd15e 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 || cat tests/test-suite.log + run: ./scripts/test || (status=$?; cat tests/test-suite.log; exit $status) env: ARCH: "${{ matrix.arch }}" CC: "${{ matrix.compiler }}" -- cgit v1.2.3-55-g6feb