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:
parent
afa63ad7b5
commit
c45bb19528
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user