Skip to content

Commit

Permalink
CI: also test ppx_cstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Nov 24, 2019
1 parent f7e7e84 commit a5aa404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
ocaml-version: ${{ matrix.ocaml-version }}
- run: opam pin add -n .
- name: Packages
run: opam depext -yt cstruct cstruct-sexp cstruct-unix cstruct-lwt
run: opam depext -yt cstruct cstruct-sexp cstruct-unix cstruct-lwt ppx_cstruct
- name: Build
run: opam install -t cstruct cstruct-sexp cstruct-unix cstruct-lwt
run: opam install -t cstruct cstruct-sexp cstruct-unix cstruct-lwt ppx_cstruct
async:
name: Async
runs-on: ${{ matrix.operating-system }}
Expand Down

0 comments on commit a5aa404

Please sign in to comment.