Skip to content

Merge branch 'main' of https://github.com/A2-ai/spackle #11

Merge branch 'main' of https://github.com/A2-ai/spackle

Merge branch 'main' of https://github.com/A2-ai/spackle #11

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-arm
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cache rust
uses: Swatinem/rust-cache@v2
- name: Test
run: cargo test