Skip to content

Commit

Permalink
Test i18n-helpers on pull requests
Browse files Browse the repository at this point in the history
This ensures that our i18n helpers stay working.
  • Loading branch information
mgeisler committed Jan 10, 2023
1 parent 0450e3a commit 06d3609
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 06d3609

Please sign in to comment.