ferrix 0.1.0

A simple matrix library for Rust
Documentation
name: test

on:
  workflow_call: {}

permissions:
  contents: read

jobs:
  test-rust:
    name: Rust Test
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v4

      - name: Setup Rust
        uses: dtolnay/rust-toolchain@stable

      - name: Rust Test
        run: cargo test --all-features