Skip to content

Commit

Permalink
test: add test for different LOCALE
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed Apr 22, 2024
1 parent fc8581b commit 712c53a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
run: |
make test
- name: test (different LOCALE)
run: |
LC_ALL='zh_CN.UTF-8' make test
release:
if: (github.ref == 'refs/heads/main') && (github.repository_owner == 'mikesmithgh')
Expand Down

0 comments on commit 712c53a

Please sign in to comment.