ci: remove zk-circuits from test matrix
Some checks failed
Smart Contract Tests / test-solidity (map[name:aitbc-token path:packages/solidity/aitbc-token]) (push) Has been cancelled
Smart Contract Tests / lint-solidity (push) Has been cancelled

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.
This commit is contained in:
aitbc
2026-04-19 17:50:31 +02:00
parent c959452e41
commit d99587cdc3

View File

@@ -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