diff --git a/.github/workflows/_rust-crates-checks.yml b/.github/workflows/_rust-crates-checks.yml index d74fbe1a..2b5d9318 100644 --- a/.github/workflows/_rust-crates-checks.yml +++ b/.github/workflows/_rust-crates-checks.yml @@ -63,15 +63,15 @@ jobs: run: make deps && cargo test --release -p integration-tests # Shielder-circuits part - - name: Build shielder-circuits package - run: cd crates/shielder-circuits && make build && make test - - - name: Upload circuit measurements binary - uses: actions/upload-artifact@v4 - with: - path: target/release/measure-circuits - name: measure-circuits - retention-days: 1 + # - name: Build shielder-circuits package + # run: cd crates/shielder-circuits && make build && make test + + # - name: Upload circuit measurements binary + # uses: actions/upload-artifact@v4 + # with: + # path: target/release/measure-circuits + # name: measure-circuits + # retention-days: 1 # Run heavy tests for shielder-relayer and e2e tooling tests. full-testing: diff --git a/.github/workflows/on-pull-request-commit.yml b/.github/workflows/on-pull-request-commit.yml index 0a294d94..510f3732 100644 --- a/.github/workflows/on-pull-request-commit.yml +++ b/.github/workflows/on-pull-request-commit.yml @@ -3,6 +3,7 @@ name: PR commit on: pull_request: + workflow_dispatch: concurrency: group: "${{ github.ref }}-${{ github.workflow }}" diff --git a/Cargo.toml b/Cargo.toml index 967abd3c..b32cda8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,5 @@ wasm-bindgen-test = { version = "0.3.42" } content-encryption = { path = "crates/content-encryption", default-features = false } evm-utils = { path = "crates/evm-utils" } halo2_solidity_verifier = { path = "crates/halo2-verifier" } -# shielder-circuits = { path = "crates/shielder-circuits" } shielder-relayer = { path = "crates/shielder-relayer" } shielder-rust-sdk = { path = "crates/shielder-rust-sdk" } -# transcript = { path = "crates/transcript" } diff --git a/README.md b/README.md index edf6da8c..a1510d2e 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Shielder is licensed under the MIT License. See the LICENSE file for more detail [aleph-homepage]: https://alephzero.org [logo]: logo.png -[tests]: https://github.com/Cardinal-Cryptography/zkOS/actions/workflows/on-master-branch-push-pull_request.yml -[tests-badge]: https://github.com/Cardinal-Cryptography/zkOS/actions/workflows/on-master-branch-push-pull_request.yml/badge.svg -[nightly-tests]: https://github.com/Cardinal-Cryptography/zkOS/actions/workflows/nightly-testnet-e2e.yml -[nightly-tests-badge]: https://github.com/Cardinal-Cryptography/zkOS/actions/workflows/nightly-testnet-e2e.yml/badge.svg +[tests]: https://github.com/Cardinal-Cryptography/zkOS-monorepo/actions/workflows/on-master-branch-push-pull_request.yml +[tests-badge]: https://github.com/Cardinal-Cryptography/zkOS-monorepo/actions/workflows/on-master-branch-push-pull_request.yml/badge.svg +[nightly-tests]: https://github.com/Cardinal-Cryptography/zkOS-monorepo/actions/workflows/nightly-testnet-e2e.yml +[nightly-tests-badge]: https://github.com/Cardinal-Cryptography/zkOS-monorepo/actions/workflows/nightly-testnet-e2e.yml/badge.svg