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 632d15a commit 92baa28Copy full SHA for 92baa28
.circleci/config.yml
.github/workflows/main.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Install library dependencies
52
run: pio lib -g install ANT
53
54
- - name: Run PlatformIO
+ - name: Build example
55
run: pio ci --board=teensy31 --lib="."
56
env:
57
PLATFORMIO_CI_SRC: ${{ matrix.example }}
@@ -86,5 +86,5 @@ jobs:
86
87
88
89
+ - name: Run tests
90
run: pio test -e native
0 commit comments