Skip to content

Update bindgen requirement from 0.64 to 0.66 in /zstd-safe/zstd-sys (… #212

Update bindgen requirement from 0.64 to 0.66 in /zstd-safe/zstd-sys (…

Update bindgen requirement from 0.64 to 0.66 in /zstd-safe/zstd-sys (… #212

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