bamler-lab / constriction

Entropy coders for research and production in Python and Rust.
https://bamler-lab.github.io/constriction/
Apache License 2.0
77 stars 5 forks source link

Run some miri tests during CI #7

Closed robamler closed 2 years ago

robamler commented 2 years ago

Unfortunately, most unit tests currently can't run in miri because they use foreign functions (e.g., the logarithm). But this at least runs some tests in miri, and it adds the machinery for running miri tests in CI, which will make it easier to add dedicated miri tests in the future.