Skip to content

Commit

Permalink
Do not skip ConfigurationParsingTest on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Aug 10, 2024
1 parent d6301be commit 5aed9ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ jobs:
run: |
cd build
# ImuTest, ForceTorqueTest are skipped due to https://github.com/robotology/gz-sim-yarp-plugins/issues/54
# ConfigurationParsingTest is skipped due to https://github.com/robotology/gz-sim-yarp-plugins/issues/90
ctest -E "^LaserTest|^CameraTest|^ImuTest|^ForceTorqueTest|^ControlBoardCommonsTest|^ConfigurationParsingTest" --repeat until-pass:5 --output-on-failure -C ${{ matrix.build_type }} .
ctest -E "^LaserTest|^CameraTest|^ImuTest|^ForceTorqueTest|^ControlBoardCommonsTest" --repeat until-pass:5 --output-on-failure -C ${{ matrix.build_type }} .
- name: Install
run: |
Expand Down

0 comments on commit 5aed9ff

Please sign in to comment.