summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b8ee51837..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 }}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback