Skip to content

Commit

Permalink
[proofs] [alethe] Enable Alethe tester in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HanielB committed Sep 17, 2024
1 parent ab0299d commit 07deed9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ runs:
- name: Install contrib dependencies
if: steps.contrib-cache.outputs.cache-hit != 'true'
shell: ${{ inputs.shell }}
run: ./contrib/get-carcara-checker
run: ./contrib/get-ethos-checker

- name: Setup dependencies cache
Expand All @@ -69,4 +70,3 @@ runs:
build-shared/deps
build-static/deps
key: ${{ inputs.cache-key }}-${{ runner.os }}-deps-${{ hashFiles('cmake/**') }}-${{ hashFiles('.github/**') }}

6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
macos-target: 10.13
exclude_regress: 3-4
run_regression_args: --tester base --tester model --tester synth --tester abduct --tester dump

- name: macos:production-arm64
os: macos-14
config: production --auto-download --all-bindings --editline -DBUILD_GMP=1
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
config: production --auto-download --assertions --tracing --cln --gpl
cache-key: dbgclang
exclude_regress: 3-4
run_regression_args: --tester cpc --tester base --tester model --tester synth --tester abduct --tester unsat-core --tester dump
run_regression_args: --tester cpc --tester alethe --tester base --tester model --tester synth --tester abduct --tester unsat-core --tester dump

# GPL versions
- name: ubuntu:production-gpl
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
regressions-args: ${{ matrix.build.run_regression_args }}
regressions-exclude: ${{ matrix.build.exclude_regress }}
shell: ${{ matrix.build.shell }}

- name: Run tests
if: matrix.build.run_regression_args
uses: ./.github/actions/run-tests
Expand Down

0 comments on commit 07deed9

Please sign in to comment.