Skip to content

Directly include proof producer #62

Directly include proof producer

Directly include proof producer #62

Workflow file for this run

name: PR Testing
on:
pull_request:
push:
branches:
- master
concurrency:
# In master we want to run for every commit, in other branches — only for the last one
group: ${{
( github.ref == 'refs/heads/master' && format('{0}/{1}/{2}', github.workflow, github.ref, github.sha) )
||
format('{0}/{1}', github.workflow, github.ref) }}
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

Check failure on line 34 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / PR Testing

Invalid workflow file

The workflow is not valid. In .github/workflows/pull-request.yml (Line: 34, Col: 11): Error from called workflow NilFoundation/placeholder/.github/workflows/check-proof-producer.yml@78012603747dd7118f6beb355f2be6e8b575557e (Line: 47, Col: 9): Job 'get-zkllvm-run' depends on unknown job 'handle-syncwith'. In .github/workflows/pull-request.yml (Line: 34, Col: 11): Error from called workflow NilFoundation/placeholder/.github/workflows/check-proof-producer.yml@78012603747dd7118f6beb355f2be6e8b575557e (Line: 110, Col: 9): Job 'build-and-generate-proofs' depends on unknown job 'handle-syncwith'.
if: |
always() && !cancelled()
secrets: inherit