Skip to content

add github workflow running the test suite #23

add github workflow running the test suite

add github workflow running the test suite #23

Workflow file for this run

name: "Nix build"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build