test(ws): add ignored real-market websocket smoke test

This commit is contained in:
floor-licker
2026-01-30 21:14:42 -05:00
parent 2dc3c06155
commit 1e1ef74730
2 changed files with 65 additions and 0 deletions
+1
View File
@@ -29,5 +29,6 @@ fi
# Run serially to reduce the chance of hitting rate limits.
cargo test --all-features --test integration_tests -- "${ARGS[@]}"
cargo test --all-features --test ws_integration_tests -- "${ARGS[@]}"
cargo test --all-features --test simple_auth_test -- "${ARGS[@]}"
cargo test --all-features --test order_posting_test -- "${ARGS[@]}"