chore: materialize standalone-repo assets (auto-generated)
ci / test (push) Has been cancelled

This commit is contained in:
2026-05-07 22:43:15 +02:00
parent 4c533c09cb
commit c48ff47d29
3 changed files with 82 additions and 57 deletions
+15
View File
@@ -0,0 +1,15 @@
name: ci
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features
- run: cargo build --release --features cli