Skip to content

Test that all symbols use NFC #411

Test that all symbols use NFC

Test that all symbols use NFC #411

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build
- run: cargo test --features=_test-unicode-conformance