From 9204ecb891a76bc832919b517806411e7cabf730 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 11 Nov 2024 03:20:46 +0100 Subject: [PATCH] Retry tests --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 7eb2e0ba..450af571 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -66,7 +66,7 @@ jobs: run: make -j2 - name: check TREXIO - run: make -j2 check + run: make -j1 check # Non-parallel run - name: Archive test log file if: failure()