Skip to content

Czech hyphenation patterns #11

Czech hyphenation patterns

Czech hyphenation patterns #11

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo build
- run: cargo build --no-default-features
- run: cargo test --lib --no-default-features --features english
- run: cargo test --lib
- run: cargo test --test generate