Skip to content

Avoid int literals that overflow a 31-bit target #8

Avoid int literals that overflow a 31-bit target

Avoid int literals that overflow a 31-bit target #8

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ocaml-compiler:
- "4.14"
- "5.4"
- "5.5"
include:
- os: macos-latest
ocaml-compiler: "5.5"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build
- run: opam exec -- dune runtest