Skip to content

Fix two buffer overruns reachable from safe code #214

Fix two buffer overruns reachable from safe code

Fix two buffer overruns reachable from safe code #214

Workflow file for this run

name: macOS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose