Skip to content

Commit e520c96

Browse files
committed
ci: extend sanity test.
1 parent 5d16182 commit e520c96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/sanity-test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ jobs:
3030
run: |
3131
cd test
3232
export CTU_TB_TOP_TARGET="tb_ctu_can_fd_rtl_vunit"
33-
./run.py tb_rtl_small_asic_max_feature ctu_can_fd_tb.tb_top_ctu_can_fd.tb_rtl_small_asic_max_feature.device_id -v
33+
./run.py tb_rtl_small_asic_max_feature ctu_can_fd_tb.tb_top_ctu_can_fd.tb_rtl_small_asic_max_feature.device_id -v
34+
35+
- name: "Run ISO demo test"
36+
run: |
37+
cd test
38+
export CTU_TB_TOP_TARGET="tb_ctu_can_fd_rtl_vunit"
39+
./run.py tb_rtl_small_asic_max_compliance ctu_can_fd_tb.tb_top_ctu_can_fd.tb_rtl_small_asic_max_compliance.demo -v

0 commit comments

Comments
 (0)