summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-10-21 19:32:08 -0500
committerGitHub <noreply@github.com>2021-10-21 19:32:08 -0500
commit81d4a2a0e337e341ac1373de0be8762617372ffc (patch)
treeeec38cb65373f9df09fde442fc69bd2088f7d005 /.github/workflows/ci.yml
parent638c0bfdc798116925f839118dffd86581a58d43 (diff)
parentf9de5395d78bc5338ca800e539e91795730cbd29 (diff)
Merge branch 'master' into fixErrorSetfixErrorSet
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