clan-core/.gitea/workflows/checks.yaml
Jörg Thalheim 4fc48f38d5
All checks were successful
checks-impure / test (pull_request) Successful in 1m12s
checks / test (pull_request) Successful in 2m22s
reduce number of eval workers
2024-01-04 17:18:10 +01:00

13 lines
271 B
YAML

name: checks
on:
pull_request:
push:
branches: main
jobs:
test:
if: ${{ github.actor != 'ui-asset-bot' }}
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom --eval-workers 20