Skip to content

Commit d5f012b

Browse files
committed
fix: log backend send error and fixing unit tests
1 parent 53520c5 commit d5f012b

File tree

7 files changed

+83
-117
lines changed

7 files changed

+83
-117
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: cargo build --all-features
3636

3737
- name: Unit Tests
38-
run: cargo test --all --exclude http-backend
38+
run: cargo test --all
3939

4040
- name: Check formatting
4141
run: cargo fmt --all -- --check

Cargo.lock

+43-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/http-backend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ smol_str = {workspace = true}
2323
[dev-dependencies]
2424
claims = "0.8"
2525
tracing-test = "0.2"
26-
mock-http-connector = "0.3"
26+
mock-http-connector = { git = "https://github.com/nmoutschen/mock-http-connector.git", branch = "hyper-1.0", default-features = false, features = ["hyper_1"]}

0 commit comments

Comments
 (0)