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 dec914b commit 0ae65f8Copy full SHA for 0ae65f8
config/project.yml
@@ -280,10 +280,12 @@ unit-test:
280
#########################################################################################
281
unit-test-digital-io-1100:
282
- description: Compiling, flashing and monitoring digital IO unit test.
283
- command: make test_digitalio_single
+ command: make test_digitalio_single ENABLE_SYNC=0
284
query: digital_io_single_board == '3:1'
285
working_dir: extras/arduino-core-tests
286
-
+ options:
287
+ SEND_JOB_START_TOKEN: False
288
+
289
unit-test-tone-1100:
290
- description: Compiling, flashing and monitoring tone, no-tone unit test.
291
command: make test_tone_no_tone
0 commit comments