Skip to content

Commit

Permalink
dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
fbielejec committed Nov 28, 2024
1 parent 794a253 commit 494ad1b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/_rust-crates-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-pull-request-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: PR commit

on:
pull_request:
workflow_dispatch:

concurrency:
group: "${{ github.ref }}-${{ github.workflow }}"
Expand Down
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 494ad1b

Please sign in to comment.