31 # Allowed Failures
32 # Actions doesn't yet support explicitly marking matrix legs as allowed failures
33▶ # https://github.community/t5/GitHub-Actions/continue-on-error-allow-failure-UI-indication/td-p/37033
34 # https://github.community/t5/GitHub-Actions/Why-a-matrix-step-will-be-canceled-if-another-one-failed/td-p/30920
35 # Instead, leverage `continue-on-error`
· · ·
35▶ # Instead, leverage `continue-on-error`
36 # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error
37 #
· · ·
36▶ # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error
37 #
38 # Failing due to breaking changes in rustfmt 2.0 where empty
· · ·
78 TARGET: x86_64-unknown-linux-gnu
79 run: ./ci/integration.sh
80▶ continue-on-error: ${{ matrix.allow-failure == true }}
81