Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Run tests during CI, uses the make test command #3

Run tests during CI, uses the make test command

Run tests during CI, uses the make test command #3

Workflow file for this run

name: "CI pipeline"
on:
push:
jobs:
check_nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: run "nix-shell"
- run: nix-shell
test-suite:
runs-on: ubuntu-latest
needs: check-nix
steps:
- run: make test