test: add deferred phase 8 adversarial matrix

This commit is contained in:
2026-07-23 10:49:48 +00:00
parent 3d09e32ccd
commit 69709c778b
11 changed files with 820 additions and 2 deletions
+3
View File
@@ -27,3 +27,6 @@ fi
if [[ "${E2E_RUN_COMPLEX:-0}" == "1" ]]; then
"$E2E_ROOT/scripts/complex-matrix.sh"
fi
if [[ "${E2E_RUN_ADVERSARIAL:-0}" == "1" ]]; then
"$E2E_ROOT/scripts/phase8-adversarial.sh"
fi