Skip to content

src/cyw43_lwip:: Guard netif_set_hostname() with LWIP_NETIF_HOSTNAME. #17

src/cyw43_lwip:: Guard netif_set_hostname() with LWIP_NETIF_HOSTNAME.

src/cyw43_lwip:: Guard netif_set_hostname() with LWIP_NETIF_HOSTNAME. #17

Workflow file for this run

name: Run tests
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install packages
run: source tools/ci.sh && ci_tests_setup
- name: Build tests
run: source tools/ci.sh && ci_tests_build
- name: Run tests
run: source tools/ci.sh && ci_tests_run