Skip to content

Commit

Permalink
ci: fixed test command for chinese-normalization-pinyin feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhshtsh0917 committed May 25, 2024
1 parent f626b9f commit fa77e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run tests with japanese-transliteration on
run: cargo test --verbose --features japanese-transliteration
- name: Run tests with chinese-normalization-pinyin on
run: cargo test --verbose --features chinese chinese-normalization-pinyin
run: cargo test --verbose --features chinese-normalization-pinyin
- name: Run tests with swedish-recomposition on
run: cargo test --verbose --features swedish-recomposition
- name: Run irg-kvariants tests
Expand Down

0 comments on commit fa77e02

Please sign in to comment.