We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0ce94 commit 8f5215eCopy full SHA for 8f5215e
2 files changed
.github/scripts/run_tests_data.sh
@@ -1,3 +1,4 @@
1
-add_test -v # basic sanity test
2
-add_test --nonexistent-param should_fail
3
-add_test "-d sdl" should_timeout
+add_test -v # basic sanity test
+add_test --nonexistent-param should_fail
+add_test "-d sdl" should_timeout
4
+add_test "-t testcard -c lavc:e=libx265 -f rs" should_timeout
.github/workflows/daily_tests.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- run_tests
7
schedule:
8
- - cron: '30 4 * * *' # every day at 4:30 UTC
+ - cron: '30 4 * * 2' # Tuesday at 4:30 UTC
9
10
jobs:
11
run_tests:
0 commit comments