Skip to content

Commit 4694c33

Browse files
committed
Run unit tests in api folder
1 parent 825835e commit 4694c33

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/testing.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ jobs:
166166
run: |
167167
psydac test --mod psydac.feec -x -v
168168
169+
- name: Run single-process tests for API module
170+
working-directory: ./pytest
171+
run: |
172+
psydac test --mod psydac.api -x -v
173+
169174
# - name: Upload coverage report to Codacy
170175
# if: matrix.os == 'macos-14'
171176
# uses: codacy/codacy-coverage-reporter-action@v1.3.0

0 commit comments

Comments
 (0)