microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
100 stars 26 forks source link

Build and test bindings in CI #242

Closed anakrish closed 1 month ago

anakrish commented 1 month ago

Currently, the bindings are not regularly built in CI. This can lead to the bindings going out of date. We need to build the bindings with each PR job.

Ideally, there needs to be a way to test the bindings too. But not sure if that will bring in a lot of dependencies.

Add github workflows to test