Skip to content

Trigger CI run on branch push #1

Trigger CI run on branch push

Trigger CI run on branch push #1

name: 32bit 5.2 debug
on:
pull_request:
push:
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.2.0+options,ocaml-option-32bit'
dune_profile: 'debug-runtime'
runparam: 's=4096,v=0,V=1'
timeout: 240