From b9814c76abba387cdb0b055e34f177900e63251a Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 2 Feb 2024 15:47:11 -0800 Subject: [PATCH] not here --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 52daad6af5..38dbf07a47 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,7 +47,7 @@ jobs: export PYTHONPATH=$TARGET_DIR cd $TARGET_DIR scons -j$(nproc) - MAX_EXAMPLES=5 pytest selfdrive/car/tests/test_car_interfaces.py + selfdrive/car/tests/test_car_interfaces.py - name: Push master-ci run: | unset TARGET_DIR