onionwire/tests
Sirius DevOps 154bed7823
Some checks failed
ci / test (push) Successful in 3m47s
release / aarch64 (push) Failing after 5m25s
fix(ci): clippy clean on tests/hs.rs + pin step cwd to GITHUB_WORKSPACE
Two separate breakages from the first green-ish CI run:

1. tests/hs.rs asserted on a constant, which clippy rejects under
   -D warnings (clippy::assertions_on_constants) because the compiler
   folds the assert away. Compare through a runtime binding instead.

2. The release workflow built the aarch64 binary fine (13m02s, verified
   ARM ELF) but the publish step died with:
       /var/run/act/workflow/3: line 6: scripts/publish-release.sh: No such file or directory
   run: steps execute with act's cwd, not the repo root, so relative
   paths miss. Pin every run step with cd "${GITHUB_WORKSPACE}" (the
   pattern the osint-dashboard workflow already relies on).

Verified locally before pushing: cargo test 41 passed, cargo clippy
--all-targets -- -D warnings clean.
2026-09-10 13:50:57 -04:00
..
hs.rs fix(ci): clippy clean on tests/hs.rs + pin step cwd to GITHUB_WORKSPACE 2026-09-10 13:50:57 -04:00
protocol.rs Add Noise IK encrypted stream over Arti. 2026-09-10 02:07:40 -04:00
qr.rs [verified] Add QR codec and ratatui roster. 2026-09-10 01:54:19 -04:00
rotate.rs [verified] Add F4 onion locator rotate with signed loc frames. 2026-09-10 02:43:45 -04:00
rotate_hs.rs [verified] Add F4 onion locator rotate with signed loc frames. 2026-09-10 02:43:45 -04:00
store.rs Add Noise IK encrypted stream over Arti. 2026-09-10 02:07:40 -04:00
tor_hs.rs hs: wait 360s for HsDir publish; floor cbtmintimeout at 10s 2026-09-10 13:43:23 -04:00
tui_chrome.rs tui: ASCII onion chrome, themed panes, and real keyboard navigation 2026-09-10 13:01:40 -04:00
two_node.rs Add Noise IK encrypted stream over Arti. 2026-09-10 02:07:40 -04:00
wipe.rs Add /wipe, /wipe-all, and threat model docs. 2026-09-10 02:49:42 -04:00