clan-infra/.gitea/workflows/checks.yaml
Jörg Thalheim f4175fc9cb
All checks were successful
checks / test (pull_request) Successful in 33s
limit eval worker
2024-03-12 17:33:43 +01:00

12 lines
225 B
YAML

name: checks
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom --eval-workers 10