Skip to content

runtime: additional docs for barrier managers #148

runtime: additional docs for barrier managers

runtime: additional docs for barrier managers #148

Workflow file for this run

name: "Nix Build"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Compile
run: nix develop --command make
- name: Run Tests
run: nix develop --command make test