mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-07-31 08:06:26 +00:00
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:
parent
f3b1bea771
commit
ca0260692e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user