Skip to content

Commit 07ce388

Browse files
CICD: Disable fail-fast when testing loaders
1 parent 352c9df commit 07ce388

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464

6565
strategy:
66+
fail-fast: false
6667
matrix:
6768
python-version: ["3.9"]
6869
loader: ["idyntree", "mujoco", "pinocchio", "pybullet", "robomeshcat", "yourdfpy"]

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file.
99
- Description: Unitree H1\_2 (URDF) (thanks to @TonyZYT2000)
1010
- Description: Unitree H1\_2 (MJCF) (thanks to @TonyZYT2000)
1111

12+
### Changed
13+
14+
- CICD: Disable fail-fast when testing loaders
15+
1216
## [1.20.0] - 2025-07-15
1317

1418
### Added

0 commit comments

Comments
 (0)