Skip to content

Commit a6638e1

Browse files
authored
Disable wildcard optimization in the CI (#397)
1 parent 946fe03 commit a6638e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gobra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
useZ3API: '0'
2626
viperBackend: 'SILICON'
2727
disableNL: '0'
28-
unsafeWildcardOptimization: '1'
28+
unsafeWildcardOptimization: '0'
2929
overflow: '0'
3030
respectFunctionPrePermAmounts: '0'
3131

0 commit comments

Comments
 (0)