Skip to content

Commit

Permalink
enable trace logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jan 8, 2025
1 parent 3358b1f commit 807ca0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_checks_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Run tests (`cargo test --all-targets --all-features`)
if: ${{ inputs.CHANNEL == 'pr' }}
run: pixi run cargo test --all-targets --all-features
run: RUST_LOG=trace cargo test --all-targets --all-features

- name: Rust most checks & tests
if: ${{ inputs.CHANNEL == 'main' }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Run tests (`cargo test --all-targets --all-features`)
if: ${{ inputs.CHANNEL != 'nightly' }}
run: pixi run cargo test --all-targets --all-features
run: pixi run RUST_LOG=trace cargo test --all-targets --all-features

- name: Rust all checks & tests
if: ${{ inputs.CHANNEL == 'nightly' }}
Expand Down

0 comments on commit 807ca0a

Please sign in to comment.