From 8edf766ffcfa25135806e4aff8e40647cbaf9aa9 Mon Sep 17 00:00:00 2001 From: Ihor Nehrutsa Date: Tue, 11 Mar 2025 10:08:10 +0200 Subject: [PATCH] tools\ci.sh: Add enum_test.py to the CI. Signed-off-by: Ihor Nehrutsa --- tools/ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci.sh b/tools/ci.sh index a5fcdf22..d9b8f4d9 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -54,6 +54,7 @@ function ci_package_tests_run { python-stdlib/base64/test_base64.py \ python-stdlib/binascii/test_binascii.py \ python-stdlib/collections-defaultdict/test_defaultdict.py \ + python-stdlib/enum/enum_test.py \ python-stdlib/functools/test_partial.py \ python-stdlib/functools/test_reduce.py \ python-stdlib/heapq/test_heapq.py \