summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8d88cad49..89c108b93 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
check-examples: true
store-to-release: true
exclude_regress: 3-4
- run_regression_args: --no-check-unsat-cores --no-check-proofs
+ run_regression_args: --tester base --tester model --tester synth --tester abduct
- name: macos:production
os: macos-11
@@ -25,7 +25,7 @@ jobs:
check-examples: true
store-to-release: true
exclude_regress: 3-4
- run_regression_args: --no-check-unsat-cores --no-check-proofs
+ run_regression_args: --tester base --tester model --tester synth --tester abduct
- name: ubuntu:production-clang
os: ubuntu-18.04
@@ -34,7 +34,7 @@ jobs:
cache-key: productionclang
check-examples: true
exclude_regress: 3-4
- run_regression_args: --no-check-unsat-cores --no-check-proofs
+ run_regression_args: --tester base --tester model --tester synth --tester abduct
- name: ubuntu:production-dbg
os: ubuntu-18.04
@@ -42,7 +42,7 @@ jobs:
cache-key: dbg
check-units: true
exclude_regress: 3-4
- run_regression_args: --no-check-unsat-cores
+ run_regression_args: --tester base --tester model --tester synth --tester abduct --tester proof
- name: ubuntu:production-dbg-clang
os: ubuntu-latest
@@ -50,7 +50,7 @@ jobs:
config: production --auto-download --assertions --tracing --cln --gpl
cache-key: dbgclang
exclude_regress: 3-4
- run_regression_args: --no-check-proofs
+ run_regression_args: --tester base --tester model --tester synth --tester abduct --tester unsat-core
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
@@ -89,6 +89,8 @@ jobs:
check-examples: ${{ matrix.check-examples }}
check-python-bindings: ${{ matrix.python-bindings }}
check-unit-tests: ${{ matrix.check-units }}
+ regressions-args: ${{ matrix.run_regression_args }}
+ regressions-exclude: ${{ matrix.exclude_regress }}
- name: Build documentation
if: matrix.build-documentation
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback