From d99587cdc38df71c30d0203ceb7bf124de626b8e Mon Sep 17 00:00:00 2001 From: aitbc Date: Sun, 19 Apr 2026 17:50:31 +0200 Subject: [PATCH] ci: remove zk-circuits from test matrix zk-circuits requires a complex multi-step build process (powers of tau ceremony, circuit compilation, zkey generation) that isn't suitable for simple CI. Removed from test matrix to avoid parse errors and build failures. --- .gitea/workflows/smart-contract-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/smart-contract-tests.yml b/.gitea/workflows/smart-contract-tests.yml index 37e6558a..7b7e0928 100644 --- a/.gitea/workflows/smart-contract-tests.yml +++ b/.gitea/workflows/smart-contract-tests.yml @@ -25,8 +25,6 @@ jobs: project: - name: "aitbc-token" path: "packages/solidity/aitbc-token" - - name: "zk-circuits" - path: "apps/zk-circuits" steps: - name: Clone repository