Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

ZK-626: Test anonymity revoking on CI #10

ZK-626: Test anonymity revoking on CI

ZK-626: Test anonymity revoking on CI #10

---
name: Main branch push or pull_request
on:
pull_request:
workflow_dispatch:
concurrency:
group: "${{ github.ref }}-${{ github.workflow }}"
cancel-in-progress: true
jobs:
# check-vars-and-secrets:
# name: Check vars and secrets
# uses: ./.github/workflows/_check-vars-and-secrets.yml
# secrets: inherit
# rust-crates-checks:
# name: Rust crates checks
# uses: ./.github/workflows/_rust-crates-checks.yml
# secrets: inherit
# measure-circuits:
# name: Measure circuits
# needs: [rust-crates-checks]
# uses: ./.github/workflows/_measure-circuits.yml
# secrets: inherit
test-anonymity-revoking:
name: Test anonymity revoking
uses: ./.github/workflows/_test-anonymity-revoking.yml
secrets: inherit