Skip to content

Commit

Permalink
temporally remove other jobs: TODO revert this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Oct 15, 2024
1 parent 5e1f916 commit 369e689
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,6 @@ concurrency:
cancel-in-progress: true

jobs:
test-linux-gcc:
name: Linux Crypto3 Testing with gcc
uses: ./.github/workflows/gcc-linux-nix-check.yml
if: |
always() && !cancelled()
secrets: inherit

test-linux-clang:
name: Linux Crypto3 Testing with clang
uses: ./.github/workflows/clang-linux-nix-check.yml
if: |
always() && !cancelled()
secrets: inherit

check-proof-producer:
name: Check Proof Producer
uses: ./.github/workflows/check-proof-producer.yml
if: |
always() && !cancelled()
secrets: inherit

verify-circuit-proof:
name: Verify Circuit Proof
uses: ./.github/workflows/verify-circuit-proof.yml
Expand Down
13 changes: 8 additions & 5 deletions .github/workflows/verify-circuit-proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ jobs:
with:
fetch-depth: 0

- name: Create test binary
- run: cargo-deny check
- name: Configure
- run: cd crypto3 && eval "$configurePhase"
shell: nix develop .#crypto3-tests --command bash -e {0}
- name: Build
- run: cd crypto3/build && ninja transpiler_evm_test
shell: nix develop .#crypto3-tests --command bash -e {0}
- name: Execute
- run: cd crypto3/build && ./libs/transpiler/test/transpiler_evm_test -- --save-proof-data
shell: nix develop .#crypto3-tests --command bash -e {0}
cd crypto3 && eval "$configurePhase"
nix develop -c ninja transpiler_evm_test
nix develop -c ./libs/transpiler/test/transpiler_evm_test -- --save-proof-data
- name: Publish Proofs
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 369e689

Please sign in to comment.