Skip to content

Commit

Permalink
stm32f1: add github build test
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Dahlström <[email protected]>
  • Loading branch information
Risca committed Feb 11, 2025
1 parent 841ed5f commit 595f7b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,12 @@ jobs:
arch: arm
config-file: ./config/examples/stm32c0-lms-8-10-1.config

stm32f1_test:
uses: ./.github/workflows/test-build.yml
with:
arch: arm
config-file: ./config/examples/stm32f1.config

stm32f4_small_blocks_uart_update_test:
uses: ./.github/workflows/test-build.yml
with:
Expand Down

0 comments on commit 595f7b2

Please sign in to comment.