Skip to content

Commit b0cee11

Browse files
committed
Fixup test name and add build_testing
1 parent 7c261aa commit b0cee11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mac_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
Python_REQUIRED_VERSION: 3.12.2
1616

1717
jobs:
18-
build_installer_artifact:
18+
mac_build_and_test:
1919
runs-on: ${{ matrix.os }}
2020
continue-on-error: false
2121
strategy:
@@ -72,7 +72,7 @@ jobs:
7272
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=${{ matrix.macos_dev_target }} \
7373
-DLINK_WITH_PYTHON:BOOL=ON -DPython_REQUIRED_VERSION:STRING=${{ steps.setup-python.outputs.python-version }} \
7474
-DPython_ROOT_DIR:PATH=$RUNNER_TOOL_CACHE/Python/${{ steps.setup-python.outputs.python-version }}/${{ matrix.python-arch }}/ \
75-
-DBUILD_FORTRAN:BOOL=ON -DBUILD_PACKAGE:BOOL=OFF \
75+
-DBUILD_TESTING:BOOL=ON -DBUILD_FORTRAN:BOOL=ON -DBUILD_PACKAGE:BOOL=OFF \
7676
-DDOCUMENTATION_BUILD:STRING=DoNotBuild \
7777
-DENABLE_OPENMP:BOOL=OFF -DUSE_OpenMP:BOOL=OFF \
7878
../

0 commit comments

Comments
 (0)