dragonflydb / dragonfly

A modern replacement for Redis and Memcached
https://www.dragonflydb.io/
Other
25.21k stars 908 forks source link

integrate pytests into github actions #291

Closed romange closed 1 year ago

romange commented 1 year ago

a dedicated github actions pipeline that build dragonfly and runs pytests located under "tests/dragonfly" every 3 days

romange commented 1 year ago

definition of done: there is a new github action flow in the project that runs twice a week, builds dragonfly and runs pytests. if they fail - sends a notification to google spaces channel.

Instructions on how to run pytests are here: https://github.com/dragonflydb/dragonfly/tree/main/tests#pytest