Skip to content

Remove .gitmodules #369

Remove .gitmodules

Remove .gitmodules #369

Workflow file for this run

name: Test Bitwuzla

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

View workflow run for this annotation

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

Invalid workflow file

`workflow-dispatch` is not a valid event name
on: workflow-dispatch
jobs:
test-bitwuzla:
runs-on: ubuntu-latest
env:
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: false
- name: Install dependencies
run: |
opam install -y . --deps-only --with-test
opam install bitwuzla-cxx
- name: Build
run: opam exec -- dune build @install
- name: Test
run: opam exec -- dune runtest