topfreegames / podium

A leaderboard backend using redis
MIT License
49 stars 22 forks source link

Add step to test podium with cluster on CI #66

Closed mathnogueira closed 3 years ago

mathnogueira commented 3 years ago

Now that Podium support both standalone and cluster Redis instances, it is necessary for our CI to check if any change is compliant with both implementations.

This PR adds a new job in our CI to test the implementation against the cluster to ensure nothing breaks. This new job will run in parallel while the standalone test is running on another job.