Skip to content

Commit 782e739

Browse files
Activate missing tests in the Github Actions
1 parent de3919e commit 782e739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
6060
-D CMAKE_INSTALL_PREFIX=${{github.workspace}}/scalapack_install
6161
-D BUILD_SHARED_LIBS=ON
62-
-D SCALAPACK_BUILD_TESTING=ON
62+
-D SCALAPACK_BUILD_TESTS=ON
6363
-D MPIEXEC_PREFLAGS=${{env.MPIEXEC_PREFLAGS}}
6464
6565
- name: Build

0 commit comments

Comments
 (0)