test: add downloader test

This commit is contained in:
ThetaDev 2024-08-17 04:33:07 +02:00
parent cf0eb81002
commit 284f55bec5
8 changed files with 180 additions and 55 deletions

View file

@ -1,6 +1,6 @@
test:
# cargo test --features=rss
cargo nextest run --features=rss --no-fail-fast --failure-output final --retries 1
cargo nextest run --workspace --features=rss --no-fail-fast --failure-output final --retries 1
unittest:
cargo nextest run --features=rss --no-fail-fast --failure-output final --lib