From 07e6040ce5e1b1e91f2920c468b6c3726ec53166 Mon Sep 17 00:00:00 2001 From: harksin Date: Thu, 20 Nov 2025 11:30:30 +0100 Subject: [PATCH] don't publish it tests --- integration_tests/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index 4dfa91f..6f70e4f 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -13,5 +13,6 @@ edition = {workspace = true} homepage = {workspace = true} license = {workspace = true} name = "trino-integration-tests" +publish = false repository = {workspace = true} version = {workspace = true}