Skip to content

Commit

Permalink
Activate missing tests in the Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleyspereira committed Jul 25, 2022
1 parent de3919e commit 782e739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
-D CMAKE_INSTALL_PREFIX=${{github.workspace}}/scalapack_install
-D BUILD_SHARED_LIBS=ON
-D SCALAPACK_BUILD_TESTING=ON
-D SCALAPACK_BUILD_TESTS=ON
-D MPIEXEC_PREFLAGS=${{env.MPIEXEC_PREFLAGS}}
- name: Build
Expand Down

0 comments on commit 782e739

Please sign in to comment.