almindor / mipidsi

MIPI Display Serial Interface unified driver
MIT License
108 stars 47 forks source link

Run CI tests with and without `batch` feature #120

Closed rfuest closed 3 months ago

rfuest commented 4 months ago

At the moment CI does only build the crate with the default features, which always enables the batch feature. There should be another test to make sure the code still compiles without the batch feature enabled.