1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-16 22:25:40 +07:00

[devscripts] run_tests: Create Python script (#8720)

Authored by: Grub4K
This commit is contained in:
Simon Sawicki
2023-12-26 18:30:04 +01:00
committed by GitHub
parent 65de7d204c
commit 2d1d683a54
7 changed files with 95 additions and 52 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Run tests
run: |
python3 -m yt_dlp -v || true
./devscripts/run_tests.sh core
python3 ./devscripts/run_tests.py core
flake8:
name: Linter
if: "!contains(github.event.head_commit.message, 'ci skip all')"