You've already forked comprehensive-rust
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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -159,4 +159,6 @@ jobs:
|
||||
path: book/
|
||||
|
||||
- name: Test code snippets
|
||||
env:
|
||||
MDBOOK_BOOK__LANGUAGE: ${{ matrix.language }}
|
||||
run: mdbook test
|
||||
|
Reference in New Issue
Block a user