Skip to content

Commit

Permalink
Add LAPACK testsuite run to gmake test
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Nov 23, 2023
1 parent 97d3c9b commit 6f28c71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/arm64_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f28c71

Please sign in to comment.