Skip to content

Commit 8ae6fe4

Browse files
author
Ben Anson
committed
ci: compile everything
Previously the ci was missing some compilation errors Signed-off-by: Ben Anson <[email protected]>
1 parent fc34696 commit 8ae6fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ocaml-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
opam install ${{ env.package }} --deps-only --with-test -v
3636
- name: Build
3737
run: |
38-
opam exec -- make build
38+
opam exec -- make all
3939
- name: Run tests
4040
run: opam exec -- make test

0 commit comments

Comments
 (0)