Commit 5ab00b9
committed
fix: CI failures — add protoc, fix TLS crypto provider in test
- Add protobuf-compiler install step to Check & Test CI job
(warpgrid-raft uses tonic-build which requires protoc)
- Fix tls_cert_chain_validation test: install ring crypto provider
before rustls operations (CryptoProvider::install_default)
- Add Default impl for MockBackend (missed in previous clippy fix)
Verified locally: cargo fmt, clippy -D warnings, and cargo test --all
all pass with zero failures.1 parent 4270325 commit 5ab00b9
File tree
2 files changed
+5
-0
lines changed- .github/workflows
- crates/warpgrid-cluster/tests
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
262 | 265 | | |
263 | 266 | | |
264 | 267 | | |
| |||
0 commit comments