doujiang24 / lua-resty-kafka

Lua kafka client driver for the Openresty based on the cosocket API
BSD 3-Clause "New" or "Revised" License
801 stars 274 forks source link

ci: support run test in GitHub Action #125

Closed bzp2010 closed 2 years ago

bzp2010 commented 2 years ago

BTW, The sendbuffer test was modified because in higher versions of LuaJIT, the hash method in the table was modified so that it could not be returned in a fixed order when it was next.

A demo https://github.com/bzp2010/lua-resty-kafka/runs/5638459601?check_suite_focus=true

doujiang24 commented 2 years ago

@bzp2010 Thanks. Then, can we disable the travis ci?

bzp2010 commented 2 years ago

@bzp2010 Thanks. Then, can we disable the travis ci?

@doujiang24 Yes, I think we can turn off Travis CI, GitHub Action is convenient enough.

doujiang24 commented 2 years ago

@bzp2010 Merged. Thanks!