valkey-io / valkey-bloom

Rust based Valkey Module which provides a BloomFilter data type / APIs
11 stars 9 forks source link

Adding ci.yml file #4

Closed zackcam closed 2 months ago

zackcam commented 2 months ago

Added a CI.yml file. Containing running unit and integration tests as well building. Also contains a framework for building and testing with asan which will need to be updated. Also contains small changes to tests to allow for different versions to be used in testing.