ci: Enable all language bindings for debug build. (#8419)
authorMathias Preiner <mathias.preiner@gmail.com>
Mon, 28 Mar 2022 20:48:07 +0000 (13:48 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Mar 2022 20:48:07 +0000 (13:48 -0700)
.github/workflows/ci.yml

index bea9bec6de086c13312e23e473ffeadf873d16f8..e825ab3d19785f64de29e499d11e0777c5de64f0 100644 (file)
@@ -49,10 +49,11 @@ jobs:
 
           - name: ubuntu:production-dbg
             os: ubuntu-18.04
-            config: production --auto-download --assertions --tracing --unit-testing --java-bindings --editline
+            config: production --auto-download --assertions --tracing --unit-testing --all-bindings --editline
             cache-key: dbg
             exclude_regress: 3-4
             run_regression_args: --tester base --tester model --tester synth --tester abduct --tester proof --tester dump
+            python-bindings: true
 
           - name: ubuntu:production-dbg-clang
             os: ubuntu-latest