Skip to content

Add nix and github ci builds #1

Add nix and github ci builds

Add nix and github ci builds #1

Workflow file for this run

name: "Test"
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run `nix develop test`
run: nix develop --command bash -c "just test"