Skip to content

refactor!: migrate to pango and cairo usage #157

refactor!: migrate to pango and cairo usage

refactor!: migrate to pango and cairo usage #157

Workflow file for this run

name: Rust test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- name: Update apt-get
run: sudo apt-get update
- name: Install pangocairo
run: sudo apt-get install librust-pangocairo-sys-dev
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features