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

Commit 7734541

Browse files
committed
fix measure
1 parent 1b40cb4 commit 7734541

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

.github/workflows/_measure-circuits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path: main
3030

3131
- name: Build measure-circuits binary from `main`
32-
run: make build
32+
run: cd main && make build
3333

3434
- name: Run measure-circuits binary from `main`
3535
run: ./main/target/release/measure-circuits > main-report.txt

.github/workflows/_rust-crates-checks.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,11 @@ jobs:
2020
- name: Checkout source code
2121
uses: actions/checkout@v4
2222

23-
# - name: Download generated contracts from artifacts
24-
# uses: actions/download-artifact@v4
25-
# with:
26-
# name: generated-contracts
27-
# path: contracts
28-
29-
# - name: Download compiled contracts from artifacts
30-
# uses: actions/download-artifact@v4
31-
# with:
32-
# name: contract-artifacts
33-
# path: artifacts
34-
3523
- name: Prepare Rust env
3624
uses: ./.github/actions/prepare-rust-env
3725
with:
3826
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
3927

40-
# NOTE: integration tests use vanilla solc compiler for compiling Solidity
41-
# - name: Install solc compiler
42-
# uses: ./.github/actions/install-solc
43-
# with:
44-
# solc-version: 0.8.26
45-
4628
- name: Run linter and formatter
4729
run: |
4830
make lint

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,3 @@ Also, they will define their configuration struct that normally contains:
8888
[tests-badge]: https://github.com/Cardinal-Cryptography/zkOS-circuits/actions/workflows/on-main-branch-push-pull_request.yml/badge.svg
8989
[nightly-tests]: https://github.com/Cardinal-Cryptography/zkOS-circuits/actions/workflows/nightly-benches.yml
9090
[nightly-tests-badge]: https://github.com/Cardinal-Cryptography/zkOS-circuits/actions/workflows/nightly-benches.yml/badge.svg
91-
92-
<!-- [![Master branch push or pull_request](https://github.com/Cardinal-Cryptography/zkOS-circuits/actions/workflows/on-master-branch-push-pull_request.yml/badge.svg)](https://github.com/Cardinal-Cryptography/zkOS-circuits/actions/workflows/on-master-branch-push-pull_request.yml) -->

0 commit comments

Comments
 (0)