summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKacper Michajłow <[email protected]>2025-08-03 21:45:22 +0200
committerKacper Michajłow <[email protected]>2025-08-04 02:27:23 +0000
commitc447fab16ceaf5d485cd15d05acb39187f9b9484 (patch)
treeb353609405c9ac67c4f6bb142eda29fff340085b
parent55d234b4330d1588eb127cf2283a442ee341f2c2 (diff)
forgejo/workflows: run fate with assert level 2
Signed-off-by: Kacper Michajłow <[email protected]>
-rw-r--r--.forgejo/workflows/test.yml2
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