mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-07 10:06:22 +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:
parent
e1300e675b
commit
4744079253
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user