We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42c639 commit 2c83c7fCopy full SHA for 2c83c7f
1 file changed
.github/workflows/build.yml
@@ -19,6 +19,17 @@ jobs:
19
windows-latest,
20
macos-latest,
21
]
22
+ port_dir: [
23
+ # espressif/esp,
24
+ gigadevice/gd32,
25
+ # microchip/atsam,,
26
+ # microchip/avr,
27
+ # nordic/nrf5x,
28
+ # nxp/lpc,
29
+ raspberrypi/rp2xxx,
30
+ stmicro/stm32,
31
+ # wch/ch32v,
32
+ ]
33
steps:
34
- name: Checkout
35
uses: actions/checkout@v4
@@ -32,9 +43,8 @@ jobs:
43
run: zig build -Doptimize=ReleaseSmall
44
45
- name: Unit Test Ports
- run: |
36
- cd port/raspberrypi/rp2xxx
37
- zig build test
46
+ run: zig build test
47
+ working-directory: port/${{ matrix.port_dir }}
38
48
39
49
- name: Unit Test Regz
40
50
run: zig build test
0 commit comments