Skip to content

src/cyw43_ll: Add checks for STA and AP password lengths. #26

src/cyw43_ll: Add checks for STA and AP password lengths.

src/cyw43_ll: Add checks for STA and AP password lengths. #26

Workflow file for this run

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