Gate Unix-only server targets for Windows checks
ci / test (push) Canceled after 0s
ci / fuzz-smoke (push) Canceled after 0s
ci / windows-client (push) Canceled after 0s
ci / package-release (linux-x86_64, ubuntu-latest) (push) Canceled after 0s
ci / package-release (macos-aarch64, macos-14) (push) Canceled after 0s
ci / package-release (macos-x86_64, macos-13) (push) Canceled after 0s
ci / package-release (windows-x86_64, windows-latest) (push) Canceled after 0s
ci / remote-bench (push) Canceled after 0s
ci / publish-gitea-release (push) Canceled after 0s

This commit is contained in:
DuProcess
2026-07-16 19:51:27 -04:00
parent 89abc9771f
commit 40932d2b74
4 changed files with 6239 additions and 6229 deletions
+1
View File
@@ -18,6 +18,7 @@
//! Determinism: the relay's drop/reorder/dup behavior is driven by a fixed-seed
//! PRNG and by explicit one-shot toggles, never by wall-clock timing, so the
//! tests are reproducible and fast.
#![cfg(unix)]
#![allow(
clippy::collapsible_if,
clippy::explicit_counter_loop,
+1
View File
@@ -1,3 +1,4 @@
#![cfg(unix)]
#![allow(clippy::collapsible_if)]
use std::fs;