diff --git a/.github/workflows/msl-test.yml b/.github/workflows/msl-test.yml index 743e2fa9..e5c1e8ae 100644 --- a/.github/workflows/msl-test.yml +++ b/.github/workflows/msl-test.yml @@ -51,7 +51,7 @@ jobs: LIB_NAME: ${{ inputs.library || 'Modelica' }} LIB_VERSION: ${{ inputs.lib_version || '4.1.0' }} BM_VERSION_INPUT: ${{ inputs.bm_version || 'main' }} - BM_OPTIONS: ${{ inputs.bm_options || 'scalarize,moveBindings' }} + BM_OPTIONS: ${{ inputs.bm_options || 'scalarize,moveBindings,inlineFunctions' }} steps: - name: Checkout source diff --git a/src/pipeline.jl b/src/pipeline.jl index 4bb7f911..24cb0a2a 100644 --- a/src/pipeline.jl +++ b/src/pipeline.jl @@ -118,7 +118,7 @@ function main(; omc_exe :: String = get(ENV, "OMC_EXE", "omc"), results_root :: String = "", ref_root :: String = get(ENV, "MAPLIB_REF", ""), - bm_options :: String = get(ENV, "BM_OPTIONS", "scalarize,moveBindings"), + bm_options :: String = get(ENV, "BM_OPTIONS", "scalarize,moveBindings,inlineFunctions"), ) t0 = time()