Skip to content

Commit

Permalink
Don't try to enable feature critical-section-impl on rp2040-hal-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic committed Aug 2, 2023
1 parent cde4601 commit fce2106
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,13 @@ jobs:
with:
crate: cargo-hack
- name: Test
run: cargo hack test --tests --target x86_64-unknown-linux-gnu --optional-deps --each-feature --features critical-section-impl
run: cargo hack test -p rp2040-hal --tests --target x86_64-unknown-linux-gnu --optional-deps --each-feature --features critical-section-impl
- name: Test docs
run: cargo hack test --doc --target x86_64-unknown-linux-gnu --optional-deps --each-feature --features critical-section-impl
run: cargo hack test -p rp2040-hal --doc --target x86_64-unknown-linux-gnu --optional-deps --each-feature --features critical-section-impl
- name: Test macros
run: cargo hack test -p rp2040-hal-macros --tests --target x86_64-unknown-linux-gnu --optional-deps --each-feature
- name: Test macro docs
run: cargo hack test -p rp2040-hal-macros --doc --target x86_64-unknown-linux-gnu --optional-deps --each-feature
- name: Clean
run: cargo clean
udeps:
Expand Down

0 comments on commit fce2106

Please sign in to comment.