1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

forgejo/workflows: run fate with assert level 2

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
Kacper Michajłow
2025-08-03 21:45:22 +02:00
parent 55d234b433
commit c447fab16c

View File

@ -15,7 +15,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Configure - name: Configure
run: ./configure --enable-gpl --enable-nonfree --enable-memory-poisoning run: ./configure --enable-gpl --enable-nonfree --enable-memory-poisoning --assert-level=2
- name: Build - name: Build
run: make -j$(nproc) run: make -j$(nproc)
- name: Restore Cached Fate-Suite - name: Restore Cached Fate-Suite