From c87abe758035e589f40285c7c4e3c47bab54af75 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 21 Nov 2023 08:45:41 -0600 Subject: [PATCH] run-tests: re-add circuitpython tests --- tests/run-tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-tests.py b/tests/run-tests.py index 4d738e8e37..c8e94ee393 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -977,6 +977,7 @@ the last matching regex is used: if args.test_dirs is None: test_dirs = ( "basics", + "circuitpython", # CIRCUITPY-CHANGE "micropython", "misc", "extmod",