topology2: add cs42l43 + cs35l56 topology for MTL and TGL #10755
Workflow file for this run
This file contains 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
--- | |
# https://thesofproject.github.io/latest/developer_guides/unit_tests.html | |
name: Unit tests | |
# 'workflow_dispatch' allows running this workflow manually from the | |
# 'Actions' tab | |
# yamllint disable-line rule:truthy | |
on: [pull_request, workflow_dispatch] | |
jobs: | |
cmocka_utests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: {fetch-depth: 2} | |
- name: build and run all defconfigs | |
run: ./test/test-all-defconfigs.sh |