Skip to content

Sync with HarfBuzz 2.7.4 #107

Sync with HarfBuzz 2.7.4

Sync with HarfBuzz 2.7.4 #107

Workflow file for this run

name: Rust
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: cargo test --verbose