Skip to content

Merge pull request #701 from NixOS/feat/redo-evaluator #356

Merge pull request #701 from NixOS/feat/redo-evaluator

Merge pull request #701 from NixOS/feat/redo-evaluator #356

Workflow file for this run

name: CI
on:
push:
branches: [released]
pull_request:
jobs:
checkPhase:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Set up git
run: |
git config --global user.email "[email protected]"
git config --global user.name "ofborg"
- name: checkPhase
run: nix-shell --pure --run "cargo test"
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: nix-build
run: nix-build -A ofborg.rs