tarantool / queue

Create task queues, add and take jobs, monitor failed tasks
Other
236 stars 52 forks source link

github-ci: add simple CI based on GitHub actions #156

Closed ylobankov closed 2 years ago

ylobankov commented 2 years ago

In the provided workflow we install tarantool (1.10, 2.8, 2.9) and just run tests from the module against it.

Closes #150