From 1e385c41f5268b9454fb5e0916879225851ba226 Mon Sep 17 00:00:00 2001 From: Toru Seo <34780089+toruseo@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:17:22 +0900 Subject: [PATCH] Update run-verifications_random.yml --- .github/workflows/run-verifications_random.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-verifications_random.yml b/.github/workflows/run-verifications_random.yml index c760fbc..eeb82a0 100644 --- a/.github/workflows/run-verifications_random.yml +++ b/.github/workflows/run-verifications_random.yml @@ -21,5 +21,4 @@ jobs: - name: Install pytest other dependencies run: pip install pytest pytest-rerunfailures setuptools - name: Run verifications with pytest - run: pytest tests/test_verification_route_choice.py --durations=0 -v - run: pytest tests/test_verification_node.py --durations=0 -v + run: pytest tests/test_verification_route_choice.py tests/test_verification_node.py --durations=0 -v