From 8ecb762db106bb705b3bd7d6da6cf94ace1f7673 Mon Sep 17 00:00:00 2001 From: Ashwin Naren Date: Mon, 17 Feb 2025 22:25:40 -0800 Subject: [PATCH] test colorize on ci Signed-off-by: Ashwin Naren --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7bbed2c3c2..ed91125a0f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,6 +34,7 @@ env: # PLATFORM_INDEPENDENT_TESTS are tests that do not depend on the underlying OS. They are currently # only run on Linux to speed up the CI. PLATFORM_INDEPENDENT_TESTS: >- + test__colorize test_argparse test_array test_asyncgen