Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranxy committed Aug 3, 2023
1 parent f66b884 commit f6fa8ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bindings_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@ jobs:
run: |
# make sure tests pass
opam install -y dune ounit2
eval $(opam env)
dune runtest
- name: Format
run: |
# make sure the project is well-formatted
opam install -y ocamlformat
eval $(opam env)
dune build @fmt

0 comments on commit f6fa8ee

Please sign in to comment.