Skip to content

Split System and Data frame dichotomy (#5) #11

Split System and Data frame dichotomy (#5)

Split System and Data frame dichotomy (#5) #11

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test --workspace