Skip to content

Commit a24283b

Browse files
committed
switch on debug logging in CI
1 parent 4666d28 commit a24283b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
env:
1818
RUST_BACKTRACE: 1
1919
CARGO_INCREMENTAL: 0
20+
RUST_LOG: debug
2021

2122
runs-on: ${{ matrix.platform.host }}
2223
steps:

0 commit comments

Comments
 (0)