Skip to content

Commit a1d2f34

Browse files
committed
Add sim-check to tests
1 parent fa7a625 commit a1d2f34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-examples.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ jobs:
8282
run: |
8383
pdm test
8484
85+
- name: Run simulation check
86+
working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
87+
run: |
88+
pdm sim-check
89+
8590
- name: Submit build ${{ env.is_dry }}
8691
working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
8792
run: |

0 commit comments

Comments
 (0)