flurry/.github/workflows/build_nix.yml
Noa Aarts 81abf3982d
workflows: fix build-nix logging (#27)
Adds -L flags, this should improve the action logs usability
2024-10-22 19:45:05 +02:00

11 lines
197 B
YAML

name: "build nix"
on:
pull_request:
push:
jobs:
tests:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- run: nix build -L
- run: nix flake check -L --all-systems