You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-14 10:04:19 +02:00
Test i18n-helpers on pull requests
This ensures that our i18n helpers stay working.
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user