Commit d5bcd8a
committed
Update CI workflow to include hrn_tests coverage
Update the GitHub Actions workflow to include coverage for the new
hrn_tests feature across multiple build configurations.
This ensures that the DNSSEC override logic is validated in both
standard Rust and UniFFI-enabled environments. Including these flags in
CI prevents regressions where testing-specific code might break the
primary build or fail to compile due to type mismatches between the
LDK and FFI wrappers.
Testing both feature combinations (with and without UniFFI) guarantees
that the abstraction for HumanReadableName remains consistent across
all supported platforms and integration layers.1 parent eb49496 commit d5bcd8a
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
88 | 96 | | |
89 | 97 | | |
90 | 98 | | |
| |||
0 commit comments