mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-16 21:03:11 +00:00
test: re-enable all tests
- remove current dir debug
This commit is contained in:
parent
eb8a7c698b
commit
1cad269b0e
3
.github/workflows/test_common.yml
vendored
3
.github/workflows/test_common.yml
vendored
@ -50,8 +50,7 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pwd
|
||||
pytest tests/relay/test_rln.py -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results
|
||||
pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results
|
||||
|
||||
- name: Get allure history
|
||||
if: always()
|
||||
|
||||
@ -337,8 +337,6 @@ class WakuNode:
|
||||
|
||||
current_working_directory = os.getcwd()
|
||||
|
||||
logger.debug(f"Current working directory: {current_working_directory}")
|
||||
|
||||
if self.is_nwaku():
|
||||
if is_registration:
|
||||
rln_args.update(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user