infinilabs / analysis-ik

🚌 The IK Analysis plugin integrates Lucene IK analyzer into Elasticsearch and OpenSearch, support customized dictionary.
Apache License 2.0
16.48k stars 3.27k forks source link

Add unit tests and Github actions #1074

Open yangzhongke opened 2 weeks ago

yangzhongke commented 2 weeks ago

As I said in the previous PR, I have added unit tests and Github Actions to run tests on PR.

yangzhongke commented 2 weeks ago

@medcl 在这个PR中我增加单元测试(不仅包括对Surrogate Pair的测试,也包含了对smart和max_word的测试),而且增加了Github Actions,以便于在新PR创建的时候,先运行checks,运行没问题才能合并,提高了代码质量。