From ca0260692e17c344048c7143c486cfc160730790 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 19 Jun 2026 21:36:44 +0000 Subject: [PATCH] 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) Claude-Session: https://claude.ai/code/session_015hmgREHNsxYCuim33yUF2c --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ae68bf..af547be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: | set -euo pipefail 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 echo "=== $t ===" if ! "bin/$t"; then