Add test workflow
Some checks failed
/ check (push) Failing after 1m9s

This commit is contained in:
Oliver Davies 2025-05-04 19:55:20 +01:00
parent 87cf41dea8
commit 9fbf67e368

View file

@ -0,0 +1,9 @@
---
on: push
jobs:
check:
runs-on: nixos
steps:
- uses: actions/checkout@v4
- run: nix develop --command ./run ci:build
- run: nix develop --command ./run ci:test