Skip to content

Commit 6a71358

Browse files
committed
impl: enable log and mw_log
- Add more logs from the implementation. - Fix tests. - Fix building from Cargo and Bazel. - Disable `score-log` feature in CI check.
1 parent c061ae0 commit 6a71358

File tree

21 files changed

+424
-106
lines changed

21 files changed

+424
-106
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Cargo Clippy
2121
run: |
22-
cargo clippy --all-targets --all-features
22+
cargo clippy --all-targets --features logging -- -D warnings
2323
2424
- name: Cargo Fmt
2525
run: |

Cargo.lock

Lines changed: 179 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)