fix: enable endpoint_unx on all posix targets

This commit is contained in:
CJ van den Berg 2026-04-15 13:05:08 +02:00
parent 469e26c0d8
commit a0fa97cdde
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 12 additions and 4 deletions

View file

@ -18,7 +18,7 @@ test "debug" {
}
test "endpoint_unx" {
if (builtin.os.tag == .linux) {
if (builtin.os.tag != .windows) {
try testcase("endpoint_unx");
}
}