Skip to content

Merge pull request #55 from tingyutech/fix_32bit #61

Merge pull request #55 from tingyutech/fix_32bit

Merge pull request #55 from tingyutech/fix_32bit #61

Workflow file for this run

name: Cargo Check
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo check --verbose