1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-03-04 14:20:19 +01:00
This commit is contained in:
q-posev 2025-01-02 23:17:34 +01:00
parent a9cdc2773d
commit 0533cc67c0

View File

@ -60,7 +60,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install libhdf5-dev emacs libtool
sudo apt-get install libhdf5-dev emacs
- name: configure with autotools
run: |
@ -74,7 +74,7 @@ jobs:
run: make -j2 check
- name: check via valgrind
run: cd tests && bash run_valgrind.sh
run: cd tests && ./run_valgrind.sh
- name: Archive test log file
if: failure()