Skip to content

Commit

Permalink
Add CI for 1061, 1064 features
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre authored and BFrog committed Mar 23, 2021
1 parent e3c77a0 commit 227f375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
feature: ["imxrt1062"]
feature: ["imxrt1061", "imxrt1062", "imxrt1064"]
steps:
- uses: actions/checkout@v2
- name: Build imxrt-hal for (${{ matrix.feature }}) HAL
Expand Down

0 comments on commit 227f375

Please sign in to comment.