mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-10 21:18:37 +01:00
Merge branch 'master' of github.com:TREX-CoE/qmckl
This commit is contained in:
commit
704fddc7a5
5
.github/workflows/test-build.yml
vendored
5
.github/workflows/test-build.yml
vendored
@ -23,6 +23,11 @@ jobs:
|
|||||||
make -j 8
|
make -j 8
|
||||||
make -j check
|
make -j check
|
||||||
make distcheck
|
make distcheck
|
||||||
|
- name: Archive test log file
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: test-suite.log
|
||||||
|
path: test-suite.log
|
||||||
|
|
||||||
# x86_macos:
|
# x86_macos:
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user