Skip to content

Commit 9b84794

Browse files
committed
Add .test.skip/.generate and CI test
1 parent 8ea0394 commit 9b84794

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ jobs:
494494
strategy:
495495
fail-fast: false
496496
matrix:
497-
arduino-platform: ["picow_rp2040_tinyusb"]
497+
arduino-platform: ["picow_rp2040_tinyusb", "picow_rp2350_tinyusb"]
498498
steps:
499499
- uses: actions/setup-python@v5
500500
with:
@@ -508,7 +508,7 @@ jobs:
508508
- uses: actions/checkout@v4
509509
with:
510510
repository: adafruit/ci-arduino
511-
ref: ci-wippersnapper
511+
ref: ci-wippersnapper-rp2040
512512
path: ci
513513
- name: Install CI-Arduino
514514
run: bash ci/actions_install.sh
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)