Skip to content

Fixed go nix

Fixed go nix #602

Workflow file for this run

name: Test
on:
push:
branches: [ main, main-0.3, main-0.4 ]
pull_request:
branches: [ main, main-0.3, main-0.4 ]
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-24.05
- uses: cachix/cachix-action@v15
with:
name: holochain-ci
- uses: cachix/cachix-action@v15
with:
name: darksoil-studio
- name: Run flake tests
run: nix flake check -L --accept-flake-config --no-update-lock-file