Skip to content

Replace Hydra with Github runners #2

Replace Hydra with Github runners

Replace Hydra with Github runners #2

Workflow file for this run

name: Nix
on:
push:
branches-ignore: [ '_**' ]
pull_request:
workflow_dispatch:
jobs:
nix:
#runs-on: ubuntu-latest
runs-on: [self-hosted, nix]
steps:
#- uses: cachix/install-nix-action@v22
- uses: actions/checkout@v4
- run: nix build -L .#charon
- run: nix build -L .#tests
- run: nix build -L .#tests-polonius
- run: nix build -L .#charon-ml
- run: nix build -L .#charon-ml-tests