From 3fc4459485a6ed278cb215b1dc3e90e97d20fbd6 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 17 May 2022 12:53:07 +0300 Subject: [PATCH] ci: ignore orm_joined_tables_select_test.v on tasks, that do not have sqlite installed --- cmd/tools/vtest-self.v | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/tools/vtest-self.v b/cmd/tools/vtest-self.v index 183dec0759..7183481b8c 100644 --- a/cmd/tools/vtest-self.v +++ b/cmd/tools/vtest-self.v @@ -47,6 +47,7 @@ const ( 'vlib/sqlite/sqlite_orm_test.v', 'vlib/v/tests/orm_sub_struct_test.v', 'vlib/v/tests/orm_sub_array_struct_test.v', + 'vlib/v/tests/orm_joined_tables_select_test.v', 'vlib/v/tests/sql_statement_inside_fn_call_test.v', 'vlib/vweb/tests/vweb_test.v', 'vlib/vweb/request_test.v', @@ -87,6 +88,7 @@ const ( 'vlib/orm/orm_test.v', 'vlib/v/tests/orm_sub_struct_test.v', 'vlib/v/tests/orm_sub_array_struct_test.v', + 'vlib/v/tests/orm_joined_tables_select_test.v', 'vlib/v/tests/sql_statement_inside_fn_call_test.v', 'vlib/clipboard/clipboard_test.v', 'vlib/vweb/tests/vweb_test.v', @@ -114,6 +116,7 @@ const ( 'vlib/context/value_test.v', 'vlib/orm/orm_test.v', 'vlib/v/tests/orm_sub_struct_test.v', + 'vlib/v/tests/orm_joined_tables_select_test.v', 'vlib/net/websocket/ws_test.v', 'vlib/net/unix/unix_test.v', 'vlib/net/unix/use_net_and_net_unix_together_test.v',