Skip to content

Commit a515815

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-examples.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,15 @@ jobs:
8282
run: |
8383
pdm test
8484
85-
- name: Submit build ${{ env.is_dry }}
85+
- name: Run simulation check
8686
working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
8787
run: |
8888
pdm run chipflow pin lock
89+
pdm sim-check
90+
91+
- name: Submit build ${{ env.is_dry }}
92+
working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
93+
run: |
8994
pdm run chipflow silicon submit --wait $DRY | cat
9095
env:
9196
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}

0 commit comments

Comments
 (0)