ihtc/.github/workflows
Kreato 4d68eef67e
fix: make TestBadGateway correct on all platforms
The test expected client.Get() to return a transport-level error for
unreachable targets, but the proxy converts dial errors into HTTP 502
responses. On x86_64-linux the kernel returns EHOSTUNREACH immediately,
the proxy returns 502, and err == nil. On macOS the 5s client timeout
fires first, giving a context error (passing by accident).

Also add Nix CI workflow building on all 4 supported platforms.
2026-06-01 21:50:17 +03:00
..
nix-build.yml fix: make TestBadGateway correct on all platforms 2026-06-01 21:50:17 +03:00
update-flake-lock.yml ci: commit flake updates directly, no PR 2026-06-01 02:11:38 +03:00