mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 18:16:28 +01:00
Update test-build.yml
This commit is contained in:
parent
6ac17bc76e
commit
9f66bdc836
8
.github/workflows/test-build.yml
vendored
8
.github/workflows/test-build.yml
vendored
@ -41,7 +41,13 @@ jobs:
|
|||||||
- name: Dist test
|
- name: Dist test
|
||||||
run: |
|
run: |
|
||||||
make distcheck
|
make distcheck
|
||||||
|
- name: Archive test log file
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user