We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46223c5 commit 5894296Copy full SHA for 5894296
.github/workflows/test-sanitizers.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Run tests
108
shell: bash
109
run: |
110
- 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
111
112
- name: Report errors
113
if: ${{ failure() }}
0 commit comments