1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-12-22 20:36:01 +01:00

Merge branch 'trexio' of github.com:TREX-CoE/qmckl into trexio

This commit is contained in:
Anthony Scemama 2021-10-14 11:57:00 +02:00
commit b8f01737ea

View File

@ -35,6 +35,7 @@ jobs:
make -j check make -j check
ldd tests/test_qmckl_ao ldd tests/test_qmckl_ao
- name: Archive test log file - name: Archive test log file
if: failure()
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: test-report name: test-report
@ -42,7 +43,14 @@ jobs:
- name: Dist test - name: Dist test
run: | run: |
make distcheck make distcheck
- name: Archive test log file
if: failure()
uses: actions/upload-artifact@v2
with:
name: dist-report
path: test-suite.log
# x86_macos: # x86_macos:
# #
# runs-on: macos-latest # runs-on: macos-latest