From eb8a7c698bedb7429f09a8e27ba04b8f42213ebb Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 6 May 2024 20:03:37 +0800 Subject: [PATCH] test: correct typo --- .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 764794c0..a4a0eac2 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -51,7 +51,7 @@ jobs: - name: Run tests run: | pwd - pytest pytest tests/relay/test_rln.py -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results + pytest tests/relay/test_rln.py -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results - name: Get allure history if: always()