Skip to content

feat(font-enumeration): add style, weight and stretch (macos untested… #6

feat(font-enumeration): add style, weight and stretch (macos untested…

feat(font-enumeration): add style, weight and stretch (macos untested… #6

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:
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