feat: add all request tls options
This commit is contained in:
parent
a51e42f563
commit
c15d46e0c4
6 changed files with 52 additions and 1541 deletions
|
|
@ -6,5 +6,5 @@ pipeline:
|
|||
commands:
|
||||
- rustup component add rustfmt clippy
|
||||
- cargo fmt --all --check
|
||||
- cargo clippy --all --all-features -- -D warnings
|
||||
- cargo test --workspace
|
||||
- cargo clippy --all --features=rss -- -D warnings
|
||||
- cargo test --features=rss --workspace
|
||||
|
|
|
|||
Reference in a new issue