mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Merge pull request #3848 from youknowone/whats-left
run whats_left.sh with --features=ssl
This commit is contained in:
@@ -24,6 +24,6 @@ fi
|
||||
|
||||
# show the building first, so people aren't confused why it's taking so long to
|
||||
# run whats_left
|
||||
cargo build --release
|
||||
cargo build --release --features=ssl
|
||||
|
||||
cargo run --release -q -- extra_tests/not_impl.py
|
||||
cargo run --release --features=ssl -q -- extra_tests/not_impl.py
|
||||
|
||||
Reference in New Issue
Block a user