Browse Source

Add LAPACK testsuite run to gmake test

pull/4337/head
Martin Kroeker GitHub 2 years ago
parent
commit
6f28c71ccd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/arm64_graviton.yml

+ 2
- 0
.github/workflows/arm64_graviton.yml 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


Loading…
Cancel
Save