Skip to content

Commit

Permalink
Testing: reduce number of parrallel hydrodyn module cases even further
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed May 31, 2023
1 parent 179e5bf commit a94caf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/tests-module-hydrodyn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a94caf6

Please sign in to comment.