From 5894296ab5af6edc25b0eadfc9ac726a2e3f000b Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Mon, 15 Sep 2025 09:46:20 -0700 Subject: [PATCH] Update test-sanitizers.yml --- .github/workflows/test-sanitizers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-sanitizers.yml b/.github/workflows/test-sanitizers.yml index 14a27b2ce..264aa97f0 100644 --- a/.github/workflows/test-sanitizers.yml +++ b/.github/workflows/test-sanitizers.yml @@ -107,7 +107,7 @@ jobs: - name: Run tests shell: bash run: | - make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC + make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC SMALL=0 ENABLE_ABC=1 ENABLE_PLUGINS=1 ENABLE_PYOSYS=0 ENABLE_CCACHE=0 ENABLE_EDITLINE=0 ENABLE_VERIFIC=0 - name: Report errors if: ${{ failure() }}