Skip to content

Moving commit f8bca3a from crypto3, "Dividing LPC and FRI into stages and creating structures for aggregated FRI." #70

Moving commit f8bca3a from crypto3, "Dividing LPC and FRI into stages and creating structures for aggregated FRI."

Moving commit f8bca3a from crypto3, "Dividing LPC and FRI into stages and creating structures for aggregated FRI." #70

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:
name: Linux Parallel-Crypto3 Testing
uses: ./.github/workflows/crypto3-testing-linux.yml
if: |
always() && !cancelled()
secrets: inherit
test-mac:
name: macOS Parallel-Crypto3 Testing
uses: ./.github/workflows/crypto3-testing-mac.yml
if: |
always() && !cancelled()
secrets: inherit