test(ws): Responses WebSocket 端到端套件接入 CI

补齐 aether-integration-tests 的 responses_websocket_e2e 集成测试,
并把 CI 的 scenario 任务从 --bins 改为 --bins --tests,否则该套件
不会被执行。
This commit is contained in:
AAEE86
2026-08-17 14:51:24 +08:00
committed by ZheFox
parent a498875591
commit 621a528083
4 changed files with 903 additions and 2 deletions
+2 -2
View File
@@ -387,11 +387,11 @@ jobs:
- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.9
- name: Test scenario binaries
- name: Test scenario binaries and end-to-end suites
env:
RUSTC_WRAPPER: sccache
SCCACHE_GHA_ENABLED: "true"
run: cargo test -p aether-integration-tests --bins
run: cargo test -p aether-integration-tests --bins --tests
- name: Show sccache stats
if: always()