Skip to content

fix: prewarm pool in background so platform setup returns under 10s #35

fix: prewarm pool in background so platform setup returns under 10s

fix: prewarm pool in background so platform setup returns under 10s #35

Workflow file for this run

name: Nix
on:
push:
branches: [main]
pull_request:
jobs:
flake-check:
name: nix flake check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix flake check --print-build-logs