1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-03-04 06:10:23 +01:00

Rollback parallel tests

This commit is contained in:
Evgeny Posenitskiy 2025-01-02 22:06:43 +01:00 committed by GitHub
parent 91585a6811
commit 4d78926015
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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