We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27ab26 commit fb6c7bcCopy full SHA for fb6c7bc
README.md
@@ -176,7 +176,7 @@ deploy:
176
6. Still in the top-level directory of the library you'll be testing, copy the current library to Adafruit_Test_Library
177
* `cp -r * ~/Arduino/libraries/Adafruit_Test_Library`
178
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
+8. Run test-platforms. This will take a while, and tests for some boards run orders of magnitude slower than tests for other boards.
180
* `test-platforms main_platforms`
181
* OR, if githubci.yml specified other boards, let's say the metro m0 and pyportal:
182
* `test-platforms metro_m0 pyportal`
0 commit comments