Skip to content

Commit

Permalink
is this real?
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Nov 14, 2024
1 parent ce7f66f commit 969594e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Run unit tests
timeout-minutes: ${{ contains(runner.name, 'nsc') && 1 || 20 }}
run: |
${{ env.RUN }} "MAX_EXAMPLES=1 $PYTEST --collect-only --timeout 60 -m 'not slow' && \
${{ env.RUN }} "MAX_EXAMPLES=1 $PYTEST --collect-only --timeout 60 -m 'not slow' &> /dev/null && \
MAX_EXAMPLES=1 $PYTEST --timeout 60 -m 'not slow' && \
./selfdrive/ui/tests/create_test_translations.sh && \
QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations && \
Expand Down

0 comments on commit 969594e

Please sign in to comment.