Skip to content

models: disable bindings using a boolean #467

models: disable bindings using a boolean

models: disable bindings using a boolean #467

Workflow file for this run

name: Flowctl Tests on macos
# Only run on pushes that impact the flowctl crate, since that's the only thing we
# currently ship for macs.
on:
push:
paths:
- "crates/flowctl/**"
- "Cargo.lock"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test flowctl on macos
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run tests
run: cargo test -p flowctl