fix(github action): disable all evalTests to avoid stackoverflow

This commit is contained in:
Ryan Yin
2024-03-25 00:30:34 +08:00
parent cfc71fc279
commit f3ef22c58f

View File

@@ -38,4 +38,4 @@ jobs:
run: |
echo 'Flake Eval Tests'
nix eval .#checks --show-trace --print-build-logs --verbose
nix eval .#evalTests --show-trace --print-build-logs --verbose
# nix eval .#evalTests --show-trace --print-build-logs --verbose