Skip to content

refactor(font-enumeration)!: simplify API #11

refactor(font-enumeration)!: simplify API

refactor(font-enumeration)!: simplify API #11

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Build font-enumeration
run: cargo build --package font-enumeration --verbose
- name: Run font-enumeration tests
run: cargo test --package font-enumeration --verbose