1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-22 08:19:36 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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