Commit 7e71572
authored
fix(nix): the test checks inherited doCheck=false and ran zero tests (#77)
commonArgs sets doCheck=false (correct for package builds); crane's
cargoNextest/cargoTest default it to true only when unset, so nextest and
lambda-tests have been compiling nothing and testing nothing since #53 —
green, silent, and invisible because nix prints derivation logs only on
failure. Locally the lane now runs 699 tests (699 passed).
__darwinAllowLocalNetworking on both checks: the darwin sandbox denies
even loopback binds, and the abcdn handler tests serve mock HTTP on
127.0.0.1; linux sandboxes allow loopback in their private netns.
ci/nix-checks.sh now asserts a green test check's log shows a nonzero
test count, so this class of no-op can never be green again.1 parent 30eebef commit 7e71572
2 files changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
0 commit comments