Commit 53fa738
committed
Run library unit tests in check pipeline
The nextest filter `--bin mdkd` only compiles tests under the `mdkd`
binary target and skips every `#[cfg(test)] mod tests` in the `mdk`
library crate (src/lib.rs and its module tree). Switching to
`--lib --bin mdkd` adds the lib tests without pulling in
`tests/integration.rs`, which needs VSS + Postgres and runs under
`just integration-test` instead.1 parent 2a9eb0b commit 53fa738
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments