-
Notifications
You must be signed in to change notification settings - Fork 125
ci: add standard and plus feature sets #708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
why test failed on gh action? |
|
i think test_ssh3 is expected to fail as it's interactive auth? test_ssh2 I have no idea - @VendettaReborn should this pass ? |
clash_lib/src/proxy/ssh/mod.rs
Outdated
| #[cfg(target_os = "linux")] | ||
| #[tokio::test] | ||
| #[serial_test::serial] | ||
| #[ignore = "failed on github actions"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CROSS_CONTAINER_OPTS="--network host" CLASH_DOCKER_TEST="true" cross test --workspace --exclude clash_ffi --target x86_64-unknown-linux-gnu --all-features test_ssh
i have tested the previous fix on my machine, and it seems totaly fine
Signed-off-by: Yuwei Ba <[email protected]>
Signed-off-by: Yuwei Ba <[email protected]>
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge