1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-01-08 20:33:36 +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
- name: check TREXIO
run: make -j2 check
run: make -j1 check # Non-parallel run
- name: Archive test log file
if: failure()