hoard-sys 0.1.2

Rust FFI bindings to Hoard.
Documentation
name: Build

on:
  pull_request:
    branches: [ main ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
      with:
        submodules: true
    - name: Build
      run: cargo build --verbose
    - name: Build release
      run: cargo build --release --verbose