Skip to content

Commit 6d38d8d

Browse files
committed
run whats_left.sh with --features=ssl
1 parent 5631d21 commit 6d38d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

whats_left.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ fi
2424

2525
# show the building first, so people aren't confused why it's taking so long to
2626
# run whats_left
27-
cargo build --release
27+
cargo build --release --features=ssl
2828

29-
cargo run --release -q -- extra_tests/not_impl.py
29+
cargo run --release --features=ssl -q -- extra_tests/not_impl.py

0 commit comments

Comments
 (0)