Skip to content

Commit 54bebcd

Browse files
authored
ci: set DEFMT_LOG env var in build
1 parent e1f379f commit 54bebcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ jobs:
2727
toolchain: ${{ matrix.rust }}
2828
- name: Build
2929
run: cargo build --no-default-features --features ${{matrix.features}} --verbose
30+
env:
31+
DEFMT_LOG: debug
3032
- name: Run Tests
3133
run: cargo test --no-default-features --features ${{matrix.features}} --verbose

0 commit comments

Comments
 (0)