Skip to content

Commit

Permalink
Enable trace level logging no CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Apr 14, 2023
1 parent c1544f8 commit 3a35c22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
pull_request:
workflow_dispatch:

env:
RUST_LOG: trace

jobs:
examples:
name: "Python Examples"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request:
workflow_dispatch:

env:
RUST_LOG: trace

jobs:
test:
name: "Test"
Expand Down

0 comments on commit 3a35c22

Please sign in to comment.