DiceDB / dice

DiceDB is hyper-optimized for building and scaling truly real-time applications on modern hardware. It is a drop-in replacement for Redis with support for SQL-based reactivity.
https://dicedb.io/
Other
3.32k stars 420 forks source link

Disable integration tests when running GitHub workflow #164

Closed arpitbbhayani closed 1 month ago

arpitbbhayani commented 1 month ago

Right now for every change pushed to the master, the integration test suite is executed. Disable the integration tests as we will find out a better way to run them. GitHub CI/CD is not the right way to do it due to rigid constraints.

gauravsarma1992 commented 1 month ago

Raised a PR for this https://github.com/DiceDB/dice/pull/168.