Skip to content

Commit

Permalink
enable debugging for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Sep 17, 2024
1 parent 1cd8d98 commit 86ad7c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
# https://github.com/rust-lang/cargo/issues/10280
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
RUST_BACKTRACE: "1"
RUST_LOG: debug
AWS_DEFAULT_REGION: "us-east-1"
AWS_ACCESS_KEY_ID: deltalake
AWS_SECRET_ACCESS_KEY: weloverust
Expand Down
2 changes: 2 additions & 0 deletions crates/aws/src/credentials.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ mod tests {

#[tokio::test]
async fn test_options_credentials_provider_session_token() {
let _ = pretty_env_logger::try_init();

let options = StorageOptions(hashmap! {
constants::AWS_ACCESS_KEY_ID.to_string() => "test_id".to_string(),
constants::AWS_SECRET_ACCESS_KEY.to_string() => "test_secret".to_string(),
Expand Down

0 comments on commit 86ad7c2

Please sign in to comment.