ci: drop deleted soul_tests/cycle_tests from the nightly test loop

Those mains were removed in the border-only Ada cleanup; the loop skipped them
with a warning. List only the three tests that exist (trust/config/engine).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015hmgREHNsxYCuim33yUF2c
This commit is contained in:
Claude 2026-06-19 21:36:44 +00:00
parent f3b1bea771
commit ca0260692e
No known key found for this signature in database

View File

@ -32,7 +32,7 @@ jobs:
run: | run: |
set -euo pipefail set -euo pipefail
fail=0 fail=0
for t in soul_tests trust_tests cycle_tests config_tests engine_tests; do for t in trust_tests config_tests engine_tests; do
if [ -x "bin/$t" ]; then if [ -x "bin/$t" ]; then
echo "=== $t ===" echo "=== $t ==="
if ! "bin/$t"; then if ! "bin/$t"; then