Skip to content

WIP: Nix for CI?

WIP: Nix for CI? #2

Workflow file for this run

name: CI
on:
push:
pull_request:
# Restrict the GITHUB_TOKEN
permissions: {}
jobs:
check:
runs-on:
- ubuntu-22.04
- macos-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix-shell --run 'make runtest-ci'