add loop command
All checks were successful
tests / fmt (push) Successful in 57s
tests / clippy (push) Successful in 1m16s
tests / pre-commit (push) Successful in 1m14s
tests / build (push) Successful in 1m30s
tests / test (push) Successful in 1m36s

This commit is contained in:
2024-06-17 14:56:39 +02:00
parent 55fe212424
commit 54c36688b7
10 changed files with 223 additions and 18 deletions

View File

@@ -2,7 +2,9 @@ name: tests
on:
push:
pull_request:
paths-ignore:
- 'README.md'
env:
CARGO_TERM_COLOR: always
@@ -36,6 +38,11 @@ jobs:
- uses: actions/checkout@v4
- run: sudo apt-get update
- run: sudo apt-get install -y cmake
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install yt-dlp
run: pip install yt-dlp
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Run tests
run: cargo test --verbose --all-features