feat: add all request tls options
This commit is contained in:
parent
a51e42f563
commit
c15d46e0c4
6 changed files with 52 additions and 1541 deletions
8
Justfile
8
Justfile
|
|
@ -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:
|
||||
|
|
|
|||
Reference in a new issue