run-tests: re-add circuitpython tests

This commit is contained in:
Jeff Epler 2023-11-21 08:45:41 -06:00
parent 83333ac1f8
commit c87abe7580
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 1 additions and 0 deletions

View File

@ -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",