Skip to content

Add CI checks for the esp-hal-smartled package - #436

Merged
jessebraham merged 1 commit into
esp-rs:mainfrom
jessebraham:fixes/ci
Mar 10, 2023
Merged

Add CI checks for the esp-hal-smartled package#436
jessebraham merged 1 commit into
esp-rs:mainfrom
jessebraham:fixes/ci

Conversation

@jessebraham

Copy link
Copy Markdown
Member

Forgot to add this in the last PR 😁

I've excluded the MSRV and Clippy checks for now, as they're kind of a pain due to the features. We cargo check the package with all features though, and verify the formatting.

This does *not* verify MSRV or clippy at this time
@jessebraham
jessebraham requested review from MabezDev and bjoernQ March 10, 2023 15:54
Comment thread .github/workflows/ci.yml
run: cd esp-hal-smartled/ && cargo +nightly check --features=esp32c6
# Check all Xtensa targets:
- name: check (esp32)
run: cd esp-hal-smartled/ && cargo +esp check --features=esp32,esp32_40mhz

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesn't matter but I think esp32_40mhz is the default?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the default in esp32-hal, it's not enabled in esp-hal-common which is what we depend on in the esp-hal-smartled package.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With that said we can probably set it as the default in esp-hal-smartled too.

@bjoernQ bjoernQ left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jessebraham
jessebraham merged commit 20cdf81 into esp-rs:main Mar 10, 2023
@jessebraham
jessebraham deleted the fixes/ci branch March 10, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants