Skip to content

dict: 常規更新

dict: 常規更新 #21

Workflow file for this run

on: [push]
name: Test
jobs:
test:
runs-on: ubuntu-24.04
strategy:
matrix:
schema: [moran, moran_aux]
steps:
- uses: actions/checkout@v4
- name: Set up Mira
run: |
wget https://github.com/rimeinn/mira/releases/download/latest/mira
chmod +x mira
- name: Test ${{ matrix.schema }}
run: ./mira -C cache tests/${{ matrix.schema }}.test.yaml