From 30cf453b27a85f3a6bccbdc65d75f009223a794c Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 21 Jun 2024 14:29:36 +0200 Subject: [PATCH] test: RLN only --- .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 21e5a757..0b67fd5b 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -50,7 +50,7 @@ jobs: - name: Run tests run: | - pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results + pytest -n 4 --dist loadgroup tests/relay/test_rln.py - name: Get allure history if: always()