diff options
author | Kacper Michajłow <[email protected]> | 2025-08-03 21:45:22 +0200 |
---|---|---|
committer | Kacper Michajłow <[email protected]> | 2025-08-04 02:27:23 +0000 |
commit | c447fab16ceaf5d485cd15d05acb39187f9b9484 (patch) | |
tree | b353609405c9ac67c4f6bb142eda29fff340085b | |
parent | 55d234b4330d1588eb127cf2283a442ee341f2c2 (diff) |
forgejo/workflows: run fate with assert level 2
Signed-off-by: Kacper Michajłow <[email protected]>
-rw-r--r-- | .forgejo/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 2ac95b7f9d..dcec4bd415 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - 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 run: make -j$(nproc) - name: Restore Cached Fate-Suite |