Skip to content

Commit 5c7eb33

Browse files
fix: run in both
1 parent 8dd79f7 commit 5c7eb33

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
- name: Run tests and collect coverage
7171
run: pytest --cov app
7272

73+
- name: test run subprocess
74+
run: |
75+
python test_root.py
76+
7377
- name: Upload coverage to Codecov using uploader
7478
run: |
7579
curl -Os https://uploader.codecov.io/v0.7.1/linux/codecov

0 commit comments

Comments
 (0)