Skip to content

Commit fb6c7bc

Browse files
authored
Added explanation that running it takes a long time
1 parent e27ab26 commit fb6c7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ deploy:
176176
6. Still in the top-level directory of the library you'll be testing, copy the current library to Adafruit_Test_Library
177177
* `cp -r * ~/Arduino/libraries/Adafruit_Test_Library`
178178
7. Find out what boards to test. Open .github/workflows/githubci.yml and find the line that runs build_platforms.py.
179-
8. Run test-platforms
179+
8. Run test-platforms. This will take a while, and tests for some boards run orders of magnitude slower than tests for other boards.
180180
* `test-platforms main_platforms`
181181
* OR, if githubci.yml specified other boards, let's say the metro m0 and pyportal:
182182
* `test-platforms metro_m0 pyportal`

0 commit comments

Comments
 (0)