Skip to content

[7/7] docs(test): add FIXMEs detailing problems with git test run worktree management #2639

[7/7] docs(test): add FIXMEs detailing problems with git test run worktree management

[7/7] docs(test): add FIXMEs detailing problems with git test run worktree management #2639

Workflow file for this run

name: Nix on Linux
on:
push:
branches:
- master
pull_request:
jobs:
nix:
runs-on: ubuntu-latest
name: nix-build
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix flake check --print-build-logs --show-trace