From f479e989063bc4b09e150bd891e5cf4be152d9d6 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 26 Jan 2026 18:18:48 +0200 Subject: [PATCH] ci: skip testing orm_embed_test.v on sanitize-memory-clang and windows, similarly to the other sqlite/orm tests --- vlib/orm/orm_embed_test.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/orm/orm_embed_test.v b/vlib/orm/orm_embed_test.v index 383250359..619cb70bb 100644 --- a/vlib/orm/orm_embed_test.v +++ b/vlib/orm/orm_embed_test.v @@ -1,4 +1,5 @@ // vtest retry: 3 +// vtest build: present_sqlite3? && !windows && !sanitize-memory-clang import db.sqlite // Basic embedded struct -- 2.39.5