Skip to content

Commit

Permalink
Add test_verification_route_choice.py etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Mar 20, 2024
1 parent ee736af commit 381d48e
Show file tree
Hide file tree
Showing 3 changed files with 556 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/run-verifications_random.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Run Python verifications (flaky due to random numbers)

on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 6 * * 1'

jobs:
run-verifications-random:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install uxsim and dependencies
run: pip install .
- 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
Loading

0 comments on commit 381d48e

Please sign in to comment.