Skip to content

Add config for wt32-eth01 #230

Add config for wt32-eth01

Add config for wt32-eth01 #230

Workflow file for this run

name: Host tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: install packages
run:
sudo apt install ninja-build
- name: compile and run all host tests
run:
make host-test-all