Skip to content

Add CI

Add CI #5

Workflow file for this run

on: pull_request
name: CI
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/[email protected] # this should match the MSRV
- name: Test
run: cargo test --workspace