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

Run mdbook test on translated code (#1961)

I made a small mistake during the refactor in #1492: I removed the
`MDBOOK_BOOK__LANGUAGE` environment variable, which means that we ended
up testing the original Rust code snippets again and again.

This commit also fixes the few typos that have sneaked into the
translations due to the lack of testing.
This commit is contained in:
Martin Geisler
2024-04-07 12:38:18 +02:00
committed by GitHub
parent 059c7129d1
commit 620b8a3b72
6 changed files with 22 additions and 20 deletions

View File

@ -159,4 +159,6 @@ jobs:
path: book/
- name: Test code snippets
env:
MDBOOK_BOOK__LANGUAGE: ${{ matrix.language }}
run: mdbook test