fix: enable endpoint_unx on all posix targets
This commit is contained in:
parent
469e26c0d8
commit
a0fa97cdde
2 changed files with 12 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ test "debug" {
|
|||
}
|
||||
|
||||
test "endpoint_unx" {
|
||||
if (builtin.os.tag == .linux) {
|
||||
if (builtin.os.tag != .windows) {
|
||||
try testcase("endpoint_unx");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue