From c2e163c8ba3a86c0bde6ed4c70a20404f72fd739 Mon Sep 17 00:00:00 2001 From: Kristian Larsson Date: Thu, 4 Jun 2026 00:34:01 +0200 Subject: [PATCH] Skip perf mode for downstream app tests Downstream app checks are compatibility gates: build the app and run its normal tests. Running perf mode repeats every test under a timeout-sensitive benchmark loop. That made orchestron fail after the normal suite already passed. Keep performance coverage in the dedicated perf-vs-main job. --- .github/workflows/test-app.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-app.yml b/.github/workflows/test-app.yml index e5db8fd6d..51eff6326 100644 --- a/.github/workflows/test-app.yml +++ b/.github/workflows/test-app.yml @@ -36,4 +36,3 @@ jobs: cd app acton build acton test - acton test perf