Skip to content

Remove .gitmodules #235

Remove .gitmodules

Remove .gitmodules #235

Workflow file for this run

name: Test cvc5

Check failure on line 1 in .github/workflows/test-cvc5.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-cvc5.yml

Invalid workflow file

`workflow-dispatch` is not a valid event name
on: workflow-dispatch
jobs:
test-cvc5:
runs-on: ubuntu-latest
env:
OPAMJOBS: 4
OPAMCONFIRMLEVEL: unsafe-yes
steps:
- name: Checkout
uses: actions/checkout@v4
- 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