Skip to content

Commit 93c7607

Browse files
author
tilo-14
committed
Add zk-nullifier example and move zk-id to zk/ folder
1 parent fa91f4f commit 93c7607

36 files changed

Lines changed: 10075 additions & 3 deletions

.github/workflows/rust-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- counter/native
3030
- counter/pinocchio
3131
- account-comparison
32-
- zk-id
32+
- zk/zk-id
33+
- zk/zk-nullifier
3334
- airdrop-implementations/simple-claim/program
3435
include:
3536
- example: basic-operations/native
@@ -51,10 +52,10 @@ jobs:
5152
example: ${{ matrix.example }}
5253
solana-cli-version: ${{ env.SOLANA_CLI_VERSION }}
5354
rust-toolchain: ${{ env.RUST_TOOLCHAIN }}
54-
install-circom: ${{ matrix.example == 'zk-id' }}
55+
install-circom: ${{ startsWith(matrix.example, 'zk/') || startsWith(matrix.example, 'zk/') }}
5556

5657
- name: Setup ZK circuits
57-
if: matrix.example == 'zk-id'
58+
if: startsWith(matrix.example, 'zk/') || startsWith(matrix.example, 'zk/')
5859
working-directory: ${{ matrix.example }}
5960
run: ./scripts/setup.sh
6061

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)