From c288b7fd67f429ae4818151931e850fdb4a678bc Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 6 Jul 2024 18:47:55 -0700 Subject: [PATCH] Disable running test --- web/Trunk.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/Trunk.toml b/web/Trunk.toml index 47b5187..c03544e 100644 --- a/web/Trunk.toml +++ b/web/Trunk.toml @@ -9,7 +9,7 @@ port = 6758 [[proxy]] backend = "http://localhost:9345/api/" -[[hooks]] -stage = "pre_build" -command = "cargo" -command_arguments = [ "test" ] +#[[hooks]] +#stage = "pre_build" +#command = "cargo" +#command_arguments = [ "test" ]