Skip to content

Commit 8f5215e

Browse files
committed
tmp
1 parent be0ce94 commit 8f5215e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/scripts/run_tests_data.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
add_test -v # basic sanity test
2+
add_test --nonexistent-param should_fail
3+
add_test "-d sdl" should_timeout
4+
add_test "-t testcard -c lavc:e=libx265 -f rs" should_timeout

.github/workflows/daily_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- run_tests
77
schedule:
8-
- cron: '30 4 * * *' # every day at 4:30 UTC
8+
- cron: '30 4 * * 2' # Tuesday at 4:30 UTC
99

1010
jobs:
1111
run_tests:

0 commit comments

Comments
 (0)