containers / composefs

a file system for mounting container images
GNU General Public License v2.0
421 stars 29 forks source link

ci: Test Rust code against current C code #292

Closed cgwalters closed 3 months ago

cgwalters commented 3 months ago

Our current Rust CI was testing against the stable composefs, i.e. whatever happened to be in the current Fedora.

This is too confusing, so move the CI for Rust into the main workflow, and test against the C library under test too.

Also, add a --all-features run to add coverage for the feature that enables running against the latest C library.