Skip to content

5.0.0

5.0.0 #17

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v26
- name: Run tests
run: nix develop --command bash -c 'cargo test'