is there a hypothesis cache?

all
pull/31444/head
Shane Smiskol 1 year ago
parent dd9fffdcca
commit e628ba73d5
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -315,7 +315,7 @@ jobs:
- name: Test car models
timeout-minutes: 10
run: |
${{ env.RUN }} "$PYTEST selfdrive/car/tests/test_models.py && \
${{ env.RUN }} "ls -a selfdrive/car/tests && $PYTEST selfdrive/car/tests/test_models.py && \
chmod -R 777 /tmp/comma_download_cache"
env:
NUM_JOBS: 5

Loading…
Cancel
Save