Initial commit
All checks were successful
test / test (push) Successful in 3m2s

This commit is contained in:
2025-04-17 07:44:47 +09:30
commit 99c8aa8e70
8 changed files with 820 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test