From 1a47b2c0d10dfa9d838b04dbcd6a33ee0098380e Mon Sep 17 00:00:00 2001 From: Isawan Millican Date: Thu, 27 Jul 2023 00:49:59 +0100 Subject: [PATCH] Added trace test to debug CI failure --- integration/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/main.rs b/integration/main.rs index 74a74dcb..22518a4f 100644 --- a/integration/main.rs +++ b/integration/main.rs @@ -49,6 +49,7 @@ fn test_server_startup(_: PoolOptions, db_options: PgConnectOptions) { } #[sqlx::test] +#[traced_test] fn test_end_to_end_terraform_flow(_: PoolOptions, db_options: PgConnectOptions) { let config = Args { database_url: db_options,