Closed Dirbaio closed 11 months ago
needs updating repo settings, will do after PR approval.
I have already updated the branch protection rules as these needed to be updated before the merge. Otherwise some required builds were missing.
Now we are missing a build without features, though. That might be a good addition.
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?)
Ah, I missed that. Thank you!
matrix
. The Github Actions matrix is very cursed, especially if you useinclude
. We don't have that many combinations, IMO doing separate jobs is way more straightforward and only slightly more verbose.embedded-hal
needsrust-version = 1.60
because it usesdep:
.Fixes #538