1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-15 13:50:27 +02:00

Run translation tests to completion (#1506)

This makes it easier to find and fix all problems in one iteration when
something changes with the translation tooling.
This commit is contained in:
Martin Geisler
2023-11-29 10:45:42 +01:00
committed by GitHub
parent e1300e675b
commit 4744079253

View File

@ -110,6 +110,7 @@ jobs:
strategy: strategy:
matrix: matrix:
language: ${{ fromJSON(needs.find-languages.outputs.languages) }} language: ${{ fromJSON(needs.find-languages.outputs.languages) }}
fail-fast: false
env: env:
MDBOOK_BOOK__LANGUAGE: ${{ matrix.language }} MDBOOK_BOOK__LANGUAGE: ${{ matrix.language }}
steps: steps: