Skip to content

Commit

Permalink
re-enable cond synth test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Dec 5, 2024
1 parent d69067e commit aa92b68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ jobs:
rewrite-condition:
name: Test E-Graph Rewrite Condition Synthesizer
if: false # TODO: re-enable
runs-on: ubuntu-24.04
timeout-minutes: 5
strategy:
Expand All @@ -167,6 +166,10 @@ jobs:
- name: Update Rust to ${{ matrix.toolchain }}
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- uses: actions/checkout@v4
- name: Set Up Bitwuzla
uses: ./.github/workflows/setup-bitwuzla
with:
version: ${{ env.BITWUZLA_VERSION }}
- name: Build
run: cargo build --verbose --release -p patronus-egraphs-cond-synth
- name: synthesize commute-add condition
Expand Down

0 comments on commit aa92b68

Please sign in to comment.