Skip to content

test: add test for returning errors from historian #258

test: add test for returning errors from historian

test: add test for returning errors from historian #258

Workflow file for this run

name: Nix
on:
push:
branches:
- master
- gh-readonly-queue/master/**
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: experimental-features = nix-command flakes
- run: nix flake check