rust-embedded / embedded-hal

A Hardware Abstraction Layer (HAL) for embedded systems
Apache License 2.0
2.01k stars 202 forks source link

ci: simplify, test MSRV. #545

Closed Dirbaio closed 11 months ago

Dirbaio commented 11 months ago

Fixes #538

Dirbaio commented 11 months ago

needs updating repo settings, will do after PR approval.

eldruin commented 11 months ago

I have already updated the branch protection rules as these needed to be updated before the merge. Otherwise some required builds were missing.

eldruin commented 11 months ago

Now we are missing a build without features, though. That might be a good addition.

Dirbaio commented 11 months ago

Now we are missing a build without features, though. That might be a good addition.

the test job is doing a test without features, which should already build all crates without features. (or is there some scenario where test succeeds but build can fail?)

eldruin commented 11 months ago

Ah, I missed that. Thank you!