patch for ci failure.

This commit is contained in:
2025-08-08 12:55:48 -07:00
parent 87378e49ac
commit cb4882e983
2 changed files with 16 additions and 7 deletions
+3 -1
View File
@@ -16,4 +16,6 @@ jobs:
- name: Clippy
run: cargo clippy --all-targets --all-features -D warnings
- name: Build
run: cargo build --release --workspace
run: cargo build --release --workspace
- name: Smoke test (client --help)
run: cargo run -p socktop -- --help