Skip to content

Commit d00eaad

Browse files
committed
separated scuro
1 parent 1df4d14 commit d00eaad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ jobs:
151151
./tests/federated/runFedTest.sh
152152
153153
- name: Run Scuro Python Tests
154-
if: ${{ matrix.text_mode == 'scuro' }}
155-
run:
156-
unittest-parallel -t . -s tests/scuro -v
154+
if: ${{ matrix.test_mode == 'scuro' }}
155+
run:
156+
cd src/main/python
157+
python -m unittest discover -s tests/scuro -p 'test_*.py'
157158

158159

0 commit comments

Comments
 (0)