Skip to content

サロゲートペアを含む辞書への対応 #6

サロゲートペアを含む辞書への対応

サロゲートペアを含む辞書への対応 #6

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose