Skip to content

Commit

Permalink
back to -n 4 on the testflo action
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Jan 22, 2025
1 parent 6a70c47 commit 0ce796c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dymos_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,9 @@ jobs:
testflo -b benchmark --pre_announce
cd $HOME
if [[ "${{ matrix.NAME }}" != "latest" ]]; then
testflo dymos -n 1 --pre_announce --show_skipped --durations 20 --coverage --coverpkg dymos
testflo dymos -n 4 --pre_announce --show_skipped --durations 20 --coverage --coverpkg dymos
else
testflo dymos -n 1 --pre_announce --show_skipped --durations 20
testflo dymos -n 4 --pre_announce --show_skipped --durations 20
fi
- name: Submit coverage
if: github.event_name != 'workflow_dispatch'
Expand Down

0 comments on commit 0ce796c

Please sign in to comment.