From dc63a1671066b2eaa836e185335fb8fa8bf650c5 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Sat, 20 Jan 2024 22:38:27 +0100 Subject: [PATCH] Exclude ghostl-coroutines examples from CI --- tests/common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/common.sh b/tests/common.sh index 1799f7b481..e7b8d0ee26 100755 --- a/tests/common.sh +++ b/tests/common.sh @@ -46,6 +46,8 @@ function skip_ino() *"/TeensySdioLogger/"* | \ *"/UserChipSelectFunction/"* | \ *"/UserSPIDriver/"*) + *"/ghostl/examples/coro/"*) + *"/ghostl/examples/taskqueue/"*) return 0 ;; *"Teensy"*)