1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-01-09 12:44:11 +01:00

Retry tests

This commit is contained in:
Anthony Scemama 2024-11-11 03:20:46 +01:00
parent 9459377a3f
commit 9204ecb891

View File

@ -66,7 +66,7 @@ jobs:
run: make -j2 run: make -j2
- name: check TREXIO - name: check TREXIO
run: make -j2 check run: make -j1 check # Non-parallel run
- name: Archive test log file - name: Archive test log file
if: failure() if: failure()