There was an error while loading. Please reload this page.
1 parent 825835e commit 4694c33Copy full SHA for 4694c33
1 file changed
.github/workflows/testing.yml
@@ -166,6 +166,11 @@ jobs:
166
run: |
167
psydac test --mod psydac.feec -x -v
168
169
+ - name: Run single-process tests for API module
170
+ working-directory: ./pytest
171
+ run: |
172
+ psydac test --mod psydac.api -x -v
173
+
174
# - name: Upload coverage report to Codacy
175
# if: matrix.os == 'macos-14'
176
# uses: codacy/codacy-coverage-reporter-action@v1.3.0
0 commit comments