Skip to content

AER-6786 - do not allow msgpack size to exceed 2G. #9

AER-6786 - do not allow msgpack size to exceed 2G.

AER-6786 - do not allow msgpack size to exceed 2G. #9

Workflow file for this run

name: Build
on:
push:
jobs:
build-n-test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: "make"
- name: Test
run: "make test"