src/cyw43_ctrl: Fix STA teardown to deinit tcpip & clear itf_state. #185
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |