mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
fix(github action): disable eval checks to avoid stackoverflow
This commit is contained in:
5
.github/workflows/flake_evaltests.yml
vendored
5
.github/workflows/flake_evaltests.yml
vendored
@@ -37,5 +37,6 @@ jobs:
|
||||
- name: Run Nix Flake Eval Tests
|
||||
run: |
|
||||
echo 'Flake Eval Tests'
|
||||
nix eval .#checks --show-trace --print-build-logs --verbose
|
||||
# nix eval .#evalTests --show-trace --print-build-logs --verbose
|
||||
# stack overflow...
|
||||
# nix eval .#checks --show-trace --print-build-logs --verbose
|
||||
nix eval .#evalTests --show-trace --print-build-logs --verbose
|
||||
|
||||
Reference in New Issue
Block a user