Skip to content

update bindings to 9.0 (from hb.h) #27

update bindings to 9.0 (from hb.h)

update bindings to 9.0 (from hb.h) #27

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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 --all-features
- name: Run tests
run: cargo test --verbose