Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc63a16

Browse files
committedJan 20, 2024
Exclude ghostl-coroutines examples from CI
1 parent 05447e1 commit dc63a16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎tests/common.sh

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ function skip_ino()
4646
*"/TeensySdioLogger/"* | \
4747
*"/UserChipSelectFunction/"* | \
4848
*"/UserSPIDriver/"*)
49+
*"/ghostl/examples/coro/"*)
50+
*"/ghostl/examples/taskqueue/"*)
4951
return 0
5052
;;
5153
*"Teensy"*)

0 commit comments

Comments
 (0)
Please sign in to comment.