Skip to content

Commit 9f785dd

Browse files
authored
ci: fix configure flags
1 parent 4b104fd commit 9f785dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qa-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Configure CLN
6161
# We enable debug and rust, disable valgrind for speed on personal forks
6262
run: |
63-
./configure --enable-debugbuild --enable-developer --enable-rust --disable-valgrind
63+
./configure --enable-debugbuild --enable-fuzzing --enable-address-sanitizer --enable-ub-sanitizer --disable-valgrind
6464
6565
- name: Build CLN
6666
# Build in parallel using available processors
@@ -70,4 +70,4 @@ jobs:
7070
- name: Run Pytest
7171
# uses eatmydata for FS speed, runs parallel tests via xdist (-n)
7272
run: |
73-
uv run eatmydata pytest tests/ -vvv -n ${{ env.PYTEST_PAR }} ${{ env.PYTEST_OPTS }}
73+
uv run eatmydata pytest tests/ -vvv -n ${{ env.PYTEST_PAR }} ${{ env.PYTEST_OPTS }}

0 commit comments

Comments
 (0)