Skip to content

Commit

Permalink
Updated the ci.yaml for the running test for nrf9160 board
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhauraoji Gedam Anand (MS/ECL2) authored and Bhauraoji Gedam Anand (MS/ECL2) committed Jun 20, 2023
1 parent 02ed85d commit a06b567
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
cargo +nightly test --package rustBoot --lib --features stm32f746 -- parser::tests --nocapture
cargo +nightly test --package rustBoot --lib --features stm32f334 -- parser::tests --nocapture
cargo +nightly test --package rustBoot --lib --features rp2040 -- parser::tests --nocapture
cargo +nightly test --package rustBoot --lib --features nrf9160 -- parser::tests --nocapture
builds:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -72,6 +73,13 @@ jobs:
use-cross: false
command: run
args: -p xtask --features nrf52840 -- nrf52840 build rustBoot-only
- name: nrf9160
if: matrix.target == 'thumbv8m.main-none-eabihf'
uses: actions-rs/cargo@v1
with:
use-cross: false
command: run
args: -p xtask --features nrf9160 -- nrf9160 build rustBoot-only
- name: stm32f411
if: matrix.target == 'thumbv7em-none-eabihf'
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit a06b567

Please sign in to comment.