Fix yml for verific tests

This commit is contained in:
Miodrag Milanovic
2026-04-16 11:00:44 +02:00
parent 3ceeb3b00c
commit 514c55f53f
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
- name: Run Verific specific Yosys tests
run: |
make -C tests/sva
cd tests/svtypes && bash run-test.sh
make -C tests/svtypes
- name: Run SBY tests
if: ${{ github.event_name == 'merge_group' || github.event_name == 'workflow_dispatch' }}