Skip to content

Commit c87abe7

Browse files
committed
run-tests: re-add circuitpython tests
1 parent 83333ac commit c87abe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,7 @@ def main():
977977
if args.test_dirs is None:
978978
test_dirs = (
979979
"basics",
980+
"circuitpython", # CIRCUITPY-CHANGE
980981
"micropython",
981982
"misc",
982983
"extmod",

0 commit comments

Comments
 (0)