Commit dd1efc2
authored
ci: set fail-fast to false on tests matrix to prevent platform blind spots (#5153)
<!---
Thank you for contributing to Boa! Please fill out the template below,
and remove or add any
information as you feel necessary.
--->
This Pull Request fixes/closes #5152 .
It changes the following:
- Appends the explicit `fail-fast: false` property to the `tests` matrix
strategy block within
[.github/workflows/rust.yml](cci:7://file:///c:/Users/risha/Desktop/boa/.github/workflows/rust.yml:0:0-0:0).
- Enhances developer diagnostic visibility by guaranteeing that every OS
environment (`macos`, `windows`, `ubuntu`, `ubuntu-arm`) successfully
completes its full test suite execution, even if a sibling platform
fails first.
- Prevents GitHub Actions' default behavior from instantly
force-cancelling the entire pipeline, eliminating "platform blind spots"
where developers are unaware of platform-specific regressions.1 parent 26271b7 commit dd1efc2
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
| |||
0 commit comments