Skip to content

Commit e48c1de

Browse files
committed
move tests
Signed-off-by: Michael Darmawan <michael.darmawan@ibm.com>
1 parent b2f91b9 commit e48c1de

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ jobs:
5656
python-version: ${{ matrix.python-version }}
5757

5858
- name: Build & Test
59-
run: make ci
59+
run: |
60+
make ci
61+
python -m unittest test.unit.redstone.test_auth
62+
python -m unittest test.integration.test_resourcecontroller
63+
python -m unittest test.integration.test_keyprotect
6064
6165
results:
6266
if: ${{ always() }}

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,4 @@ ci: setup lint
2020

2121
lint:
2222
./pylint.sh
23-
python -m unittest test.unit.redstone.test_auth
24-
python -m unittest test.integration.test_resourcecontroller
25-
python -m unittest test.integration.test_keyprotect
2623

0 commit comments

Comments
 (0)