Skip to content

Commit 571b90d

Browse files
committed
update command
1 parent 6d66019 commit 571b90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: docker-compose logs ohp
7979

8080
- name: Run modules test (graceful shutting of modules)
81-
run: sudo python3 -m pytest tests/test_module_* -s
81+
run: sudo python3 -m pytest tests/test_module_shutting.py tests/test_module_killing.py -s
8282

8383
- name: Run modules test
8484
run: sudo python3 ohp.py -m all --test --store-pcap

0 commit comments

Comments
 (0)