Skip to content

Commit

Permalink
Enable debug logs
Browse files Browse the repository at this point in the history
Signed-off-by: Monthon Klongklaew <[email protected]>
  • Loading branch information
monthonk committed Dec 12, 2023
1 parent e2c4f47 commit bb8f926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ env:
S3_OLAP_ARN: ${{ vars.S3_OLAP_ARN }}
S3_MRAP_ARN: ${{ vars.S3_MRAP_ARN }}
RUST_FEATURES: fuse_tests,s3_tests,fips_tests
RUST_LOG: debug,awscrt=off

permissions:
id-token: write
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests

on:
push:
branches: [ "main" ]
branches: [ "overwrite_test" ]
pull_request:
branches: [ "main" ]
merge_group:
Expand All @@ -13,6 +13,7 @@ env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
RUST_FEATURES: fuse_tests
RUST_LOG: debug,awscrt=off

jobs:
test:
Expand Down

0 comments on commit bb8f926

Please sign in to comment.