From 2db8c3877ee6753467b02e2c9023f864587ea2ec Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 6 May 2024 18:41:34 +0800 Subject: [PATCH] fix: enable all tests --- .github/workflows/test_common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 15b46fe4..f6e1b5ff 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -49,7 +49,7 @@ jobs: - run: pip install -r requirements.txt - name: Run tests - run: pytest tests/relay/test_rln.py -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results + run: pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results - name: Get allure history if: always()