feat: add audiotag+indicatif features to downloader
This commit is contained in:
parent
c6bd03fb70
commit
97fb0578b5
5 changed files with 144 additions and 99 deletions
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
cache-on-failure: "true"
|
||||
|
||||
- name: 📎 Clippy
|
||||
run: cargo clippy --all --features=rss -- -D warnings
|
||||
run: cargo clippy --all --tests --features=rss,indicatif,audiotag -- -D warnings
|
||||
|
||||
- name: 🧪 Test
|
||||
run: cargo nextest run --config-file ~/.config/nextest.toml --profile ci --retries 2 --features rss --workspace
|
||||
|
|
|
|||
Reference in a new issue