Added --enable-assertions in CI

Removed useless line
This commit is contained in:
Marc Stern
2024-04-26 17:22:16 +02:00
parent 4961f46a6f
commit dd400f7fa3
2 changed files with 1 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: autogen.sh
run: ./autogen.sh
- name: configure ${{ matrix.configure.label }}
run: ./configure ${{ matrix.configure.opt }}
run: ./configure --enable-assertions ${{ matrix.configure.opt }}
- uses: ammaraskar/gcc-problem-matcher@master
- name: make
run: make -j `nproc`