File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 2727 run : platformio pkg install
2828 - name : Build default environment
2929 run : platformio run --verbose
30- - name : On native platform run tests for 'tasks'
31- run : platformio test --verbose --environment test_native_tasks
32- - name : On native platform run tests for 'command line interpreter'
33- run : platformio test --verbose --environment test_native_cli
34- - name : On native platform run tests for 'string_helpers'
35- run : platformio test --verbose --environment test_native_string_helpers
36- - name : Run tests on the native platform for HMI layer
37- run : platformio test --verbose --environment test_native_hmi
30+ - name : On native platform run tests
31+ run : platformio test --verbose --environment native
You can’t perform that action at this time.
0 commit comments