Skip to content

Commit

Permalink
Update run-verifications_random.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Mar 20, 2024
1 parent 7c0bf14 commit 1e385c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-verifications_random.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1e385c4

Please sign in to comment.