From 83d8f86e23cf52b14f67b6bbcc803cc2d3841e9f Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 28 Jan 2026 07:59:27 +0200 Subject: [PATCH] ci: skip orm_generic_struct_field_test.v when sqlite is not present, on windows, and on the sanitize jobs --- vlib/orm/orm_generic_struct_field_test.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/orm/orm_generic_struct_field_test.v b/vlib/orm/orm_generic_struct_field_test.v index 0c2872977..d8355df6c 100644 --- a/vlib/orm/orm_generic_struct_field_test.v +++ b/vlib/orm/orm_generic_struct_field_test.v @@ -1,3 +1,4 @@ +// vtest build: present_sqlite3? && !windows && !sanitize-memory-clang // vtest retry: 3 // Tests for generic structs where the type parameter is used as a field type import db.sqlite -- 2.39.5