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:
commit
b8f01737ea
10
.github/workflows/test-build.yml
vendored
10
.github/workflows/test-build.yml
vendored
@ -35,6 +35,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,7 +43,14 @@ jobs:
|
||||
- name: Dist test
|
||||
run: |
|
||||
make distcheck
|
||||
|
||||
- name: Archive test log file
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: dist-report
|
||||
path: test-suite.log
|
||||
|
||||
|
||||
# x86_macos:
|
||||
#
|
||||
# runs-on: macos-latest
|
||||
|
Loading…
Reference in New Issue
Block a user