Skip to content

bump yume to 0.1.6 to parse formdata large image #30

bump yume to 0.1.6 to parse formdata large image

bump yume to 0.1.6 to parse formdata large image #30

Workflow file for this run

name: Run unit/integration tests
on:
pull_request:
push:
branches:
- master
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "5.1.1"
- run: opam install . --deps-only --with-test
- run: opam exec -- make test