Skip to content

Make test_fp.smt2 faster and fix parsing of fp32 literals #151

Make test_fp.smt2 faster and fix parsing of fp32 literals

Make test_fp.smt2 faster and fix parsing of fp32 literals #151

Workflow file for this run

name: Test cvc5
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-cvc5:
runs-on: ubuntu-latest
env:
OPAMJOBS: 4
OPAMCONFIRMLEVEL: unsafe-yes
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup OCaml 4.14
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: "4.14"
dune-cache: true
- name: Install dependencies
run: |
opam install -y . --deps-only --with-test
opam install cvc5
- name: Build
run: opam exec -- dune build @install
- name: Test
run: opam exec -- dune runtest