Skip to content

Commit d3044d8

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 7548876 commit d3044d8

File tree

21 files changed

+426
-107
lines changed

21 files changed

+426
-107
lines changed

.github/workflows/check.yml

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

4040
- name: Cargo Clippy
4141
run: |
42-
cargo clippy --all-targets --all-features
42+
cargo clippy --all-targets --features logging -- -D warnings
4343
4444
- name: Cargo Fmt
4545
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)