Skip to content

Commit f97e632

Browse files
committed
Exclude ghostl-coroutines examples from CI
1 parent 05447e1 commit f97e632

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/common.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ function skip_ino()
4545
*"/TeensySdioDemo/"* | \
4646
*"/TeensySdioLogger/"* | \
4747
*"/UserChipSelectFunction/"* | \
48-
*"/UserSPIDriver/"*)
48+
*"/UserSPIDriver/"* | \
49+
*"/ghostl/examples/coro/"* | \
50+
*"/ghostl/examples/taskqueue/"*)
4951
return 0
5052
;;
5153
*"Teensy"*)

0 commit comments

Comments
 (0)