1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-02 11:03:18 +02:00

Test i18n-helpers on pull requests

This ensures that our i18n helpers stay working.
This commit is contained in:
Martin Geisler 2023-01-09 14:03:00 +01:00
parent afa63ad7b5
commit c45bb19528

View File

@ -40,6 +40,10 @@ jobs:
- name: Test Rust code
run: cargo test
- name: Test i18n-helpers
run: cargo test
working-directory: i18n-helpers
translations:
runs-on: ubuntu-latest
strategy: