Skip to content

add regression test #176

add regression test

add regression test #176

Workflow file for this run

name: Build with nix
on:
push:
branches:
- main
env:
RUST_BACKTRACE: 1
jobs:
evaluate:
name: Make sure that the nix flake evaluates and run the checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix flake check