Skip to content

Commit 5894296

Browse files
authored
Update test-sanitizers.yml
1 parent 46223c5 commit 5894296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-sanitizers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Run tests
108108
shell: bash
109109
run: |
110-
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC
110+
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
111111
112112
- name: Report errors
113113
if: ${{ failure() }}

0 commit comments

Comments
 (0)