1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2025-04-17 14:10:11 +02:00

Update test-build.yml

This commit is contained in:
Anthony Scemama 2021-10-12 11:48:48 +02:00 committed by GitHub
parent 9f66bdc836
commit 990cfd756e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ jobs:
make -j check
ldd tests/test_qmckl_ao
- name: Archive test log file
if: failure()
uses: actions/upload-artifact@v2
with:
name: test-report
@ -42,6 +43,7 @@ jobs:
run: |
make distcheck
- name: Archive test log file
if: failure()
uses: actions/upload-artifact@v2
with:
name: dist-report