We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7a625 commit a515815Copy full SHA for a515815
.github/workflows/test-examples.yml
@@ -82,10 +82,15 @@ jobs:
82
run: |
83
pdm test
84
85
- - name: Submit build ${{ env.is_dry }}
+ - name: Run simulation check
86
working-directory: ${{ env.test_repo_path }}/${{ matrix.repo.design }}
87
88
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: |
94
pdm run chipflow silicon submit --wait $DRY | cat
95
env:
96
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}
0 commit comments