Add LAPACK testsuite run to gmake test

This commit is contained in:
Martin Kroeker 2023-11-23 16:23:30 +01:00 committed by GitHub
parent 97d3c9b827
commit 6f28c71ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ jobs:
echo "::group::Tests in 'utest' directory"
make -C utest $MAKE_FLAGS FC="ccache ${{ matrix.fortran }}"
echo "::endgroup::"
make $MAKE_FLAGS FC="ccache ${{ matrix.fortran }}" lapack-test
echo "::endgroup::"
;;
"cmake")
cd build && ctest