Skip to content

Commit

Permalink
enable tracing with RUST_LOG in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Soc Virnyl Estela <[email protected]>
  • Loading branch information
uncomfyhalomacro committed Nov 2, 2024
1 parent 4cf4d66 commit bab0943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
- name: Tests
run: |
export CC=clang
export RUST_LOG=trace
cargo test -- --nocapture

0 comments on commit bab0943

Please sign in to comment.