Skip to content

Commit

Permalink
Fixup test name and add build_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Aug 21, 2024
1 parent 7c261aa commit b0cee11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
Python_REQUIRED_VERSION: 3.12.2

jobs:
build_installer_artifact:
mac_build_and_test:
runs-on: ${{ matrix.os }}
continue-on-error: false
strategy:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=${{ matrix.macos_dev_target }} \
-DLINK_WITH_PYTHON:BOOL=ON -DPython_REQUIRED_VERSION:STRING=${{ steps.setup-python.outputs.python-version }} \
-DPython_ROOT_DIR:PATH=$RUNNER_TOOL_CACHE/Python/${{ steps.setup-python.outputs.python-version }}/${{ matrix.python-arch }}/ \
-DBUILD_FORTRAN:BOOL=ON -DBUILD_PACKAGE:BOOL=OFF \
-DBUILD_TESTING:BOOL=ON -DBUILD_FORTRAN:BOOL=ON -DBUILD_PACKAGE:BOOL=OFF \
-DDOCUMENTATION_BUILD:STRING=DoNotBuild \
-DENABLE_OPENMP:BOOL=OFF -DUSE_OpenMP:BOOL=OFF \
../
Expand Down

0 comments on commit b0cee11

Please sign in to comment.