mjhouse / ag-lcd

A rust port of the C++ LiquidCrystal library for arduino systems
GNU General Public License v3.0
17 stars 8 forks source link

Add a GitHub actions workflow which runs `cargo build --all-features` #40

Open mjhouse opened 1 year ago

mjhouse commented 1 year ago

Add a GitHub actions workflow which runs cargo build --all-features (#39)

vcrn commented 1 year ago

I guess our options are:

mjhouse commented 1 year ago

@vcrn We can add it to the existing workflow.