Skip to content

add CI

add CI #1

Workflow file for this run

on: [push, 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]
- name: Test
run: cargo test --workspace