mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-03-04 06:10:23 +01:00
Fix CI
This commit is contained in:
parent
1513eecaab
commit
a9cdc2773d
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libhdf5-dev emacs
|
||||
sudo apt-get install libhdf5-dev emacs libtool
|
||||
|
||||
- name: configure with autotools
|
||||
run: |
|
||||
|
@ -33,12 +33,12 @@ TESTS_C="\
|
||||
TESTS="$TESTS_C test_f"
|
||||
|
||||
for test in $TESTS; do
|
||||
echo $test
|
||||
echo "$test"
|
||||
libtool --mode=execute valgrind \
|
||||
--leak-check=full \
|
||||
--show-leak-kinds=all \
|
||||
--error-exitcode=666 \
|
||||
--errors-for-leak-kinds=all \
|
||||
--suppressions=valgrind.supp \
|
||||
"$test"
|
||||
"./$test"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user