We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f379f commit 54bebcdCopy full SHA for 54bebcd
.github/workflows/rust.yml
@@ -27,5 +27,7 @@ jobs:
27
toolchain: ${{ matrix.rust }}
28
- name: Build
29
run: cargo build --no-default-features --features ${{matrix.features}} --verbose
30
+ env:
31
+ DEFMT_LOG: debug
32
- name: Run Tests
33
run: cargo test --no-default-features --features ${{matrix.features}} --verbose
0 commit comments