diff --git a/.github/workflows/benchmark_models.yml b/.github/workflows/benchmark_models.yml index add0b298..97ff1ad6 100644 --- a/.github/workflows/benchmark_models.yml +++ b/.github/workflows/benchmark_models.yml @@ -70,6 +70,9 @@ jobs: && python -m pip install -e Benchmark-Models-PEtab/src/python - name: Benchmark models --- tests + env: + # parallel compilation + MAKE_OPTS: "-j" run: | cd $PARPE_BASE/benchmark_collection \ && . $PARPE_BASE/build/venv/bin/activate \