Skip to content

Commit

Permalink
workflows: Run unit tests on more ports (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazfather authored Dec 20, 2024
1 parent d42c639 commit 2c83c7f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ jobs:
windows-latest,
macos-latest,
]
port_dir: [
# espressif/esp,
gigadevice/gd32,
# microchip/atsam,,
# microchip/avr,
# nordic/nrf5x,
# nxp/lpc,
raspberrypi/rp2xxx,
stmicro/stm32,
# wch/ch32v,
]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -32,9 +43,8 @@ jobs:
run: zig build -Doptimize=ReleaseSmall

- name: Unit Test Ports
run: |
cd port/raspberrypi/rp2xxx
zig build test
run: zig build test
working-directory: port/${{ matrix.port_dir }}

- name: Unit Test Regz
run: zig build test
Expand Down

0 comments on commit 2c83c7f

Please sign in to comment.