Skip to content

Commit 01fcd11

Browse files
tests: only check the english translation
1 parent 328a9ed commit 01fcd11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ jobs:
189189
run: npm install
190190
working-directory: ./tests
191191
- name: Test Javascript
192+
if: matrix.language == 'en'
192193
run: npm test
193194
env:
194195
TEST_BOOK_DIR: ../book/comprehensive-rust-${{ matrix.language }}/html

0 commit comments

Comments
 (0)