Skip to content

Commit

Permalink
ci: run simplify on real SMT file
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Dec 17, 2024
1 parent e0e2d5d commit d847253
Show file tree
Hide file tree
Showing 2 changed files with 22,215 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Build
run: cargo build --verbose --release -p simplify
- name: run
run: cargo run --release -p simplify -- in.smt out.smt
run: cargo run --release -p simplify -- inputs/smtlib/arbiter_array_cex_w32d32q16n4b34.smt2 out.smt


semver:
Expand Down
Loading

0 comments on commit d847253

Please sign in to comment.