The branch, master has been updated via 1ce3f9fdabf0c769e86b585d9da197e869e1a44e (commit) from c74181a04b5f4e650eae662231e56518daef64d4 (commit)
- Log ----------------------------------------------------------------- commit 1ce3f9fdabf0c769e86b585d9da197e869e1a44e Author: Kacper MichajÅow <kaspe...@gmail.com> AuthorDate: Sat Aug 9 03:48:00 2025 +0200 Commit: Kacper MichajÅow <kaspe...@gmail.com> CommitDate: Thu Sep 18 16:53:05 2025 +0000 forgejo/workflows: run fate-build It's not included in make fate target. Signed-off-by: Kacper MichajÅow <kaspe...@gmail.com> diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 6b5e483b39..79c5238a8b 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -47,7 +47,7 @@ jobs: path: fate-suite key: fate-suite-${{ steps.fate.outputs.hash }} - name: Run Fate - run: make fate SAMPLES=$PWD/fate-suite -j$(nproc) + run: make fate fate-build SAMPLES=$PWD/fate-suite -j$(nproc) compile_only: strategy: fail-fast: false @@ -66,3 +66,5 @@ jobs: --extra-libs="$FF_LIBS" --extra-ldflags="$FF_LDFLAGS" --extra-ldexeflags="$FF_LDEXEFLAGS" - name: Build run: make -j$(nproc) + - name: Run Fate + run: make -j$(nproc) fate-build ----------------------------------------------------------------------- Summary of changes: .forgejo/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) hooks/post-receive --
_______________________________________________ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org