Skip to content

Commit

Permalink
workflows: Run unit tests on more ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazfather committed Dec 20, 2024
1 parent 898e40a commit f95f8f0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
windows-latest,
macos-latest,
]
port_dir: [
gigadevice/gd32,
nxp/lpc,
raspberrypi/rp2xxx,
stmicro/stm32,
]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -32,9 +38,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 f95f8f0

Please sign in to comment.