chore: ci

This commit is contained in:
Simon Cruanes 2022-03-30 12:31:30 -04:00
parent 91e835ea60
commit 5ef3a03d35
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -25,8 +25,6 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
submodules: recursive
- name: Use OCaml ${{ matrix.ocaml-compiler }} - name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2 uses: ocaml/setup-ocaml@v2
@ -36,7 +34,7 @@ jobs:
- run: opam install . --deps-only --with-test - run: opam install . --deps-only --with-test
- run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip,curly - run: opam exec -- dune build @install -p tiny_httpd,tiny_httpd_camlzip
- run: opam exec -- dune build @src/runtest @examples/runtest - run: opam exec -- dune build @src/runtest @examples/runtest
if: ${{ matrix.os == 'ubuntu-latest' }} if: ${{ matrix.os == 'ubuntu-latest' }}