Skip to content

Do not allow ingesting bytecode over 64K in size #675

Do not allow ingesting bytecode over 64K in size

Do not allow ingesting bytecode over 64K in size #675

name: MacOSBuildAndTest
permissions:
contents: read
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Check tree
run: ./tree_check.sh
- name: Build
run: cargo build --verbose
- name: Run tests
run: ./ci_tests.sh