feat(raiko): redis db implementation for sharing proof between cloud instances. #355
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI - SGX ALL | |
on: | |
workflow_call: | |
push: | |
branches: ["main"] | |
paths: | |
- "provers/sgx/**" | |
pull_request: | |
paths: | |
- "provers/sgx/**" | |
merge_group: | |
jobs: | |
build-test-sgx: | |
name: Build and test sgx | |
uses: ./.github/workflows/ci-build-test-reusable.yml | |
with: | |
version_name: "sgx" | |
version_toolchain: "stable" | |
integration-test-sgx: | |
name: Run integration tests on sgx | |
uses: ./.github/workflows/ci-integration-reusable.yml | |
with: | |
version_name: "sgx" | |
version_toolchain: "nightly-2024-04-17" | |
build-test-sgx-docker: | |
name: Build and test sgx with Docker | |
uses: ./.github/workflows/ci-sgx-docker.yml | |
build-test-sgx-hardware: | |
name: Build and test sgx in hardware | |
uses: ./.github/workflows/ci-sgx-hardware.yml |