Skip to content

Commit

Permalink
Merge pull request OpenFAST#2586 from OpenFAST/dev
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
andrew-platt authored Dec 24, 2024
2 parents b48e032 + daa0f43 commit da685d4
Show file tree
Hide file tree
Showing 601 changed files with 220,284 additions and 445,819 deletions.
2 changes: 1 addition & 1 deletion .github/actions/tests-module-aerodyn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- run: |
if [[ ${{ inputs.test-target }} == "unit" ]] || [[ ${{ inputs.test-target }} == "all" ]]; then
ctest -VV -R fvw_utest
ctest -VV -R aerodyn_utest
fi
if [[ ${{ inputs.test-target }} == "regression" ]] || [[ ${{ inputs.test-target }} == "all" ]]; then
Expand Down
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 -j7 -R hd_ -LE python
- run: ctest -VV -j6 -R hd_ -LE python
working-directory: ${{runner.workspace}}/openfast/build
shell: bash
9 changes: 9 additions & 0 deletions .github/actions/tests-module-seastate/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'SeaState module tests'
description: 'Run tests specific to the SeaState module'
author: 'Rafael Mudafort https://github.com/rafmudaf'
runs:
using: "composite"
steps:
- run: ctest -VV -j4 -R seastate_ -LE python
working-directory: ${{runner.workspace}}/openfast/build
shell: bash
Loading

0 comments on commit da685d4

Please sign in to comment.