Skip to content

Commit

Permalink
ci: cargo test riot-rs-esp as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories committed Sep 20, 2024
1 parent 47b90cb commit 514fd32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ jobs:
# We need to set `RUSTDOCFLAGS` as well in the following jobs, because it
# is used for doc tests.
- name: cargo test for ESP32
run: RUSTDOCFLAGS='--cfg context="esp32c6"' RUSTFLAGS='--cfg context="esp32c6"' cargo test --features external-interrupts,i2c,'esp-hal/esp32c6','esp-hal-embassy/esp32c6' -p riot-rs-esp

- name: cargo test for RP
run: RUSTDOCFLAGS='--cfg context="rp2040"' RUSTFLAGS='--cfg context="rp2040"' cargo test --features external-interrupts,i2c,embassy-rp/rp2040 -p riot-rs-rp

Expand Down

0 comments on commit 514fd32

Please sign in to comment.