diff options
Diffstat (limited to 'tests/run-tests.py')
| -rwxr-xr-x | tests/run-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py index e7ba0de56..83344714c 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -1121,7 +1121,7 @@ the last matching regex is used: elif args.target == "rp2": test_dirs += ("float", "stress", "inlineasm", "thread", "ports/rp2") elif args.target == "esp32": - test_dirs += ("float", "thread") + test_dirs += ("float", "stress", "thread") elif args.target in ("esp8266", "minimal", "nrf"): test_dirs += ("float",) elif args.target == "wipy": |
