Skip to content

Commit 1df4d14

Browse files
committed
separated scuro tests
1 parent 77d62cc commit 1df4d14

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

.github/workflows/python.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
os: [ubuntu-24.04]
5454
java: ['17']
5555
javadist: ['adopt']
56-
test_mode: [env, noenv, federated]
56+
test_mode: [env, noenv, federated, scuro]
5757

5858
name: ${{ matrix.os }} Java ${{ matrix.java }} ${{ matrix.javadist }} Python ${{ matrix.python-version }}/ ${{ matrix.test_mode}}
5959
steps:
@@ -150,4 +150,9 @@ jobs:
150150
cd src/main/python
151151
./tests/federated/runFedTest.sh
152152
153+
- name: Run Scuro Python Tests
154+
if: ${{ matrix.text_mode == 'scuro' }}
155+
run:
156+
unittest-parallel -t . -s tests/scuro -v
157+
153158

src/main/python/tests/scuro/__init__.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)