Skip to content

update postinstall script on mac #28

update postinstall script on mac

update postinstall script on mac #28

Workflow file for this run

name: Rust CI Test
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
- name: Run tests
run: cargo test --release --verbose --lib
- name: Run Ignored Test
run: cargo test --release --verbose -- --ignored