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 running integration tests in github workflows #168

Closed gauravsarma1992 closed 1 month ago

gauravsarma1992 commented 1 month ago

Issue - https://github.com/DiceDB/dice/issues/164

Summary:

The PR disables running integration tests when running GitHub workflow. The PR also changes the build and unit test steps to use the Makefile commands to reuse the same commands as defined in the Makefile.

Testing:

The PR has been tested both locally and via github workflows in the downstream repository.