feat: add all request tls options

This commit is contained in:
ThetaDev 2023-05-08 17:01:51 +02:00
parent a51e42f563
commit c15d46e0c4
6 changed files with 52 additions and 1541 deletions

View file

@ -1,18 +1,18 @@
test:
cargo test --all-features
cargo test --features=rss
unittest:
cargo test --all-features --lib
cargo test --features=rss --lib
testyt:
cargo test --all-features --test youtube
cargo test --features=rss --test youtube
testyt10:
#!/usr/bin/env bash
set -e
for i in {1..10}; do \
echo "---TEST RUN $i---"; \
cargo test --all-features --test youtube; \
cargo test --features=rss --test youtube; \
done
testintl: