Skip to content

Commit

Permalink
Added trace test to debug CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Isawan committed Jul 26, 2023
1 parent 8f032b3 commit 1a47b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ fn test_server_startup(_: PoolOptions<Postgres>, db_options: PgConnectOptions) {
}

#[sqlx::test]
#[traced_test]
fn test_end_to_end_terraform_flow(_: PoolOptions<Postgres>, db_options: PgConnectOptions) {
let config = Args {
database_url: db_options,
Expand Down

0 comments on commit 1a47b2c

Please sign in to comment.