mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-04 00:29:11 +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
|
- name: Test Rust code
|
||||||
run: cargo test
|
run: cargo test
|
||||||
|
|
||||||
|
- name: Test i18n-helpers
|
||||||
|
run: cargo test
|
||||||
|
working-directory: i18n-helpers
|
||||||
|
|
||||||
translations:
|
translations:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user