From a94caf6e2c2019e2d8abacddc5dbc7ff43afde67 Mon Sep 17 00:00:00 2001 From: andrew-platt Date: Wed, 31 May 2023 14:29:37 -0600 Subject: [PATCH] Testing: reduce number of parrallel hydrodyn module cases even further --- .github/actions/tests-module-hydrodyn/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/tests-module-hydrodyn/action.yml b/.github/actions/tests-module-hydrodyn/action.yml index 3d38ce96c4..a58e130c0f 100644 --- a/.github/actions/tests-module-hydrodyn/action.yml +++ b/.github/actions/tests-module-hydrodyn/action.yml @@ -4,6 +4,6 @@ author: 'Rafael Mudafort https://github.com/rafmudaf' runs: using: "composite" steps: - - run: ctest -VV -j2 -R hd_ -LE python + - run: ctest -VV -j1 -R hd_ -LE python working-directory: ${{runner.workspace}}/openfast/build shell: bash