Skip to content

Commit bf5604c

Browse files
committed
Re-enables testbench build and execution steps
Uncomments and restores the testbench build and execution steps in the CI workflow to ensure proper testing coverage. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent 517dacc commit bf5604c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/testbench.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
- name: verify alsatplg version
7373
run: ./tools/bin/alsatplg --version
7474

75-
# - name: build testbench
76-
# run: ./scripts/rebuild-testbench.sh ||
77-
# ./scripts/rebuild-testbench.sh -j 1
75+
- name: build testbench
76+
run: ./scripts/rebuild-testbench.sh ||
77+
./scripts/rebuild-testbench.sh -j 1
7878

79-
# - name: run testbench
80-
# run: ./scripts/host-testbench.sh
79+
- name: run testbench
80+
run: ./scripts/host-testbench.sh

0 commit comments

Comments
 (0)