common-range-tools 1.0.0

Library to find Common Range Intersections
Documentation
name: Rust Unit Tests

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

jobs:
  test:
    name: Run Tests
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v4

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

      - name: Enable Rust caching
        uses: swatinem/rust-cache@v2

      - name: Run unit tests
        run: cargo test