Commitb376b740Recorded16 Mar 2026Repositorysigil-jwt

Fix CI test failures for jwt, caldav, and telegram

Message

Add missing (sigil math) import to test-jwt.sgl so floor is available. Add sigil-caldav and sigil-telegram to CI build list so their bytecode is compiled before tests run.

Changed
 test/test-jwt.sgl | 1 +
 1 file changed, 1 insertion(+)
Diff
test/test-jwt.sglmodified
@@ -1,5 +1,6 @@
1
(import (sigil test)
2
(sigil jwt)
+3
(sigil math)
4
(sigil time))
5
6
;; ============================================================